ARM: mediatek: Add MT2701 config options for mediatek SoCs.
authorErin Lo <erin.lo@mediatek.com>
Wed, 13 Apr 2016 07:07:43 +0000 (15:07 +0800)
committerMatthias Brugger <matthias.bgg@gmail.com>
Wed, 13 Apr 2016 09:31:56 +0000 (11:31 +0200)
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>
arch/arm/mach-mediatek/Kconfig

index 8ced4ad94af0f832495603f5cd487deb66c3042c..70e49d54434e635bde677625d0c8d62051d56a87 100644 (file)
@@ -10,6 +10,10 @@ menuconfig ARCH_MEDIATEK
 
 if ARCH_MEDIATEK
 
+config MACH_MT2701
+       bool "MediaTek MT2701 SoCs support"
+       default ARCH_MEDIATEK
+
 config MACH_MT6589
        bool "MediaTek MT6589 SoCs support"
        default ARCH_MEDIATEK
This page took 0.029125 seconds and 5 git commands to generate.