Skip to content

Commit

Permalink
ARM: mediatek: Add MT2701 config options for mediatek SoCs.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Erin Lo authored and Matthias Brugger committed Apr 13, 2016
1 parent f55532a commit d867864
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/arm/mach-mediatek/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d867864

Please sign in to comment.