Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d8678647 authored by Erin Lo's avatar Erin Lo Committed by Matthias Brugger
Browse files

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: default avatarErin Lo <erin.lo@mediatek.com>
Acked-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Signed-off-by: default avatarMatthias Brugger <matthias.bgg@gmail.com>
parent f55532a0
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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