1menuconfig 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
8
9if ARCH_MEDIATEK
10
11config MACH_MT6589
12	bool "MediaTek MT6589 SoCs support"
13	default ARCH_MEDIATEK
14
15config MACH_MT6592
16	bool "MediaTek MT6592 SoCs support"
17	default ARCH_MEDIATEK
18
19config MACH_MT8127
20	bool "MediaTek MT8127 SoCs support"
21	default ARCH_MEDIATEK
22
23config MACH_MT8135
24	bool "MediaTek MT8135 SoCs support"
25	default ARCH_MEDIATEK
26
27endif
28