summaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorMatthias Brugger2014-05-13 01:06:13 +0200
committerMatthias Brugger2014-07-22 17:52:37 +0200
commitf682a21854166d66e67606283dffd8d9fe31dbee (patch)
tree2e07eb052734bbafb310b2908a26c2a22b6b61aa /arch/arm/Kconfig
parentLinux 3.16-rc1 (diff)
downloadkernel-qcow2-linux-f682a21854166d66e67606283dffd8d9fe31dbee.tar.gz
kernel-qcow2-linux-f682a21854166d66e67606283dffd8d9fe31dbee.tar.xz
kernel-qcow2-linux-f682a21854166d66e67606283dffd8d9fe31dbee.zip
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/Kconfig')
-rw-r--r--arch/arm/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 87b63fde06d7..845c12de257b 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -978,6 +978,8 @@ source "arch/arm/mach-mv78xx0/Kconfig"
source "arch/arm/mach-imx/Kconfig"
+source "arch/arm/mach-mediatek/Kconfig"
+
source "arch/arm/mach-mxs/Kconfig"
source "arch/arm/mach-netx/Kconfig"