diff options
author | Matthias Brugger <matthias.bgg@gmail.com> | 2014-05-12 23:06:13 (GMT) |
---|---|---|
committer | Matthias Brugger <matthias.bgg@gmail.com> | 2014-07-22 15:52:37 (GMT) |
commit | f682a21854166d66e67606283dffd8d9fe31dbee (patch) | |
tree | 2e07eb052734bbafb310b2908a26c2a22b6b61aa /arch/arm/mach-mediatek/Kconfig | |
parent | 7171511eaec5bf23fb06078f59784a3a0626b38f (diff) | |
download | linux-f682a21854166d66e67606283dffd8d9fe31dbee.tar.xz |
arm: add basic support for Mediatek MT6589 boards
This adds a generic devicetree board file and a dtsi for boards
based on MT6589 SoCs from Mediatek.
Apart from the generic parts (gic, clocks) the only component
currently supported are the timers.
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
Diffstat (limited to 'arch/arm/mach-mediatek/Kconfig')
-rw-r--r-- | arch/arm/mach-mediatek/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-mediatek/Kconfig b/arch/arm/mach-mediatek/Kconfig new file mode 100644 index 0000000..2c043a2 --- /dev/null +++ b/arch/arm/mach-mediatek/Kconfig @@ -0,0 +1,6 @@ +config ARCH_MEDIATEK + bool "Mediatek MT6589 SoC" if ARCH_MULTI_V7 + select ARM_GIC + select MTK_TIMER + help + Support for Mediatek Cortex-A7 Quad-Core-SoC MT6589. |