]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - arch/arm/mach-mediatek/Kconfig
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty...
[karo-tx-linux.git] / arch / arm / mach-mediatek / Kconfig
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         select MFD_SYSCON
7         help
8           Support for Mediatek MT65xx & MT81xx SoCs
9
10 if ARCH_MEDIATEK
11
12 config MACH_MT6589
13         bool "MediaTek MT6589 SoCs support"
14         default ARCH_MEDIATEK
15
16 config MACH_MT6592
17         bool "MediaTek MT6592 SoCs support"
18         default ARCH_MEDIATEK
19
20 config MACH_MT8127
21         bool "MediaTek MT8127 SoCs support"
22         default ARCH_MEDIATEK
23
24 config MACH_MT8135
25         bool "MediaTek MT8135 SoCs support"
26         default ARCH_MEDIATEK
27
28 endif