Browse Source

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>
Erin Lo 9 years ago
parent
commit
d86786474b
1 changed files with 4 additions and 0 deletions
  1. 4 0
      arch/arm/mach-mediatek/Kconfig

+ 4 - 0
arch/arm/mach-mediatek/Kconfig

@@ -10,6 +10,10 @@ menuconfig ARCH_MEDIATEK
 
 
 if ARCH_MEDIATEK
 if ARCH_MEDIATEK
 
 
+config MACH_MT2701
+	bool "MediaTek MT2701 SoCs support"
+	default ARCH_MEDIATEK
+
 config MACH_MT6589
 config MACH_MT6589
 	bool "MediaTek MT6589 SoCs support"
 	bool "MediaTek MT6589 SoCs support"
 	default ARCH_MEDIATEK
 	default ARCH_MEDIATEK