0001 # SPDX-License-Identifier: GPL-2.0-only
0002 menuconfig ARCH_MEDIATEK
0003 bool "MediaTek SoC Support"
0004 depends on ARCH_MULTI_V7
0005 select ARM_GIC
0006 select PINCTRL
0007 select MTK_TIMER
0008 select MFD_SYSCON
0009 help
0010 Support for Mediatek MT65xx & MT81xx SoCs
0011
0012 if ARCH_MEDIATEK
0013
0014 config MACH_MT2701
0015 bool "MediaTek MT2701 SoCs support"
0016 default ARCH_MEDIATEK
0017
0018 config MACH_MT6589
0019 bool "MediaTek MT6589 SoCs support"
0020 default ARCH_MEDIATEK
0021
0022 config MACH_MT6592
0023 bool "MediaTek MT6592 SoCs support"
0024 default ARCH_MEDIATEK
0025
0026 config MACH_MT7623
0027 bool "MediaTek MT7623 SoCs support"
0028 default ARCH_MEDIATEK
0029
0030 config MACH_MT7629
0031 bool "MediaTek MT7629 SoCs support"
0032 default ARCH_MEDIATEK
0033 select HAVE_ARM_ARCH_TIMER
0034
0035 config MACH_MT8127
0036 bool "MediaTek MT8127 SoCs support"
0037 default ARCH_MEDIATEK
0038
0039 config MACH_MT8135
0040 bool "MediaTek MT8135 SoCs support"
0041 default ARCH_MEDIATEK
0042
0043 endif