Linux 4.1.18
[linux/fpc-iii.git] / arch / arm / mach-mediatek / Kconfig
blob9f59e58da3a47717dfbe64c4813446b3945ba8c9
1 menuconfig ARCH_MEDIATEK
2         bool "Mediatek MT65xx & MT81xx SoC" if ARCH_MULTI_V7
3         select ARM_GIC
4         select PINCTRL
5         select MTK_TIMER
6         help
7           Support for Mediatek MT65xx & MT81xx SoCs
9 if ARCH_MEDIATEK
11 config MACH_MT6589
12         bool "MediaTek MT6589 SoCs support"
13         default ARCH_MEDIATEK
15 config MACH_MT6592
16         bool "MediaTek MT6592 SoCs support"
17         default ARCH_MEDIATEK
19 config MACH_MT8127
20         bool "MediaTek MT8127 SoCs support"
21         default ARCH_MEDIATEK
23 config MACH_MT8135
24         bool "MediaTek MT8135 SoCs support"
25         default ARCH_MEDIATEK
27 endif