summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mediatek/Kconfig
diff options
context:
space:
mode:
authorMatthias Brugger <matthias.bgg@gmail.com>2014-05-13 01:06:13 +0200
committerMatthias Brugger <matthias.bgg@gmail.com>2014-07-22 17:52:37 +0200
commitf682a21854166d66e67606283dffd8d9fe31dbee (patch)
tree2e07eb052734bbafb310b2908a26c2a22b6b61aa /arch/arm/mach-mediatek/Kconfig
parent7171511eaec5bf23fb06078f59784a3a0626b38f (diff)
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/Kconfig6
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 000000000000..2c043a210db0
--- /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.