aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErin Lo <erin.lo@mediatek.com>2016-04-13 03:07:43 -0400
committerMatthias Brugger <matthias.bgg@gmail.com>2016-04-13 05:31:56 -0400
commitd86786474babdf1a2b0dfe245e38f18afc203cc2 (patch)
treeb81a5ed260aa293abb25fbe49c3618c9f92b0b5f
parentf55532a0c0b8bb6148f4e07853b876ef73bc69ca (diff)
ARM: mediatek: Add MT2701 config options for mediatek SoCs.
The upcoming MTK pinctrl driver have a big pin table for each SoC and we don't want to bloat the kernel binary if we don't need it. Add config options so we can build for one SoC only. Add MT2701. Signed-off-by: Erin Lo <erin.lo@mediatek.com> Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
-rw-r--r--arch/arm/mach-mediatek/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-mediatek/Kconfig b/arch/arm/mach-mediatek/Kconfig
index 8ced4ad94af0..70e49d54434e 100644
--- a/arch/arm/mach-mediatek/Kconfig
+++ b/arch/arm/mach-mediatek/Kconfig
@@ -10,6 +10,10 @@ menuconfig ARCH_MEDIATEK
10 10
11if ARCH_MEDIATEK 11if ARCH_MEDIATEK
12 12
13config MACH_MT2701
14 bool "MediaTek MT2701 SoCs support"
15 default ARCH_MEDIATEK
16
13config MACH_MT6589 17config MACH_MT6589
14 bool "MediaTek MT6589 SoCs support" 18 bool "MediaTek MT6589 SoCs support"
15 default ARCH_MEDIATEK 19 default ARCH_MEDIATEK