xref: /openbmc/linux/arch/arm/mach-mediatek/Kconfig (revision d5e7cafd)
1menuconfig ARCH_MEDIATEK
2	bool "Mediatek MT65xx & MT81xx SoC" if ARCH_MULTI_V7
3	select ARM_GIC
4	select MTK_TIMER
5	help
6	  Support for Mediatek MT65xx & MT81xx SoCs
7
8if ARCH_MEDIATEK
9
10config MACH_MT6589
11	bool "MediaTek MT6589 SoCs support"
12	default ARCH_MEDIATEK
13
14config MACH_MT6592
15	bool "MediaTek MT6592 SoCs support"
16	default ARCH_MEDIATEK
17
18config MACH_MT8127
19	bool "MediaTek MT8127 SoCs support"
20	default ARCH_MEDIATEK
21
22config MACH_MT8135
23	bool "MediaTek MT8135 SoCs support"
24	default ARCH_MEDIATEK
25
26endif
27