162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only 262306a36Sopenharmony_cimenuconfig ARCH_MEDIATEK 362306a36Sopenharmony_ci bool "MediaTek SoC Support" 462306a36Sopenharmony_ci depends on ARCH_MULTI_V7 562306a36Sopenharmony_ci select ARM_GIC 662306a36Sopenharmony_ci select PINCTRL 762306a36Sopenharmony_ci select MTK_TIMER 862306a36Sopenharmony_ci select MFD_SYSCON 962306a36Sopenharmony_ci help 1062306a36Sopenharmony_ci Support for Mediatek MT65xx & MT81xx SoCs 1162306a36Sopenharmony_ci 1262306a36Sopenharmony_ciif ARCH_MEDIATEK 1362306a36Sopenharmony_ci 1462306a36Sopenharmony_ciconfig MACH_MT2701 1562306a36Sopenharmony_ci bool "MediaTek MT2701 SoCs support" 1662306a36Sopenharmony_ci default ARCH_MEDIATEK 1762306a36Sopenharmony_ci 1862306a36Sopenharmony_ciconfig MACH_MT6589 1962306a36Sopenharmony_ci bool "MediaTek MT6589 SoCs support" 2062306a36Sopenharmony_ci default ARCH_MEDIATEK 2162306a36Sopenharmony_ci 2262306a36Sopenharmony_ciconfig MACH_MT6592 2362306a36Sopenharmony_ci bool "MediaTek MT6592 SoCs support" 2462306a36Sopenharmony_ci default ARCH_MEDIATEK 2562306a36Sopenharmony_ci 2662306a36Sopenharmony_ciconfig MACH_MT7623 2762306a36Sopenharmony_ci bool "MediaTek MT7623 SoCs support" 2862306a36Sopenharmony_ci default ARCH_MEDIATEK 2962306a36Sopenharmony_ci 3062306a36Sopenharmony_ciconfig MACH_MT7629 3162306a36Sopenharmony_ci bool "MediaTek MT7629 SoCs support" 3262306a36Sopenharmony_ci default ARCH_MEDIATEK 3362306a36Sopenharmony_ci select HAVE_ARM_ARCH_TIMER 3462306a36Sopenharmony_ci 3562306a36Sopenharmony_ciconfig MACH_MT8127 3662306a36Sopenharmony_ci bool "MediaTek MT8127 SoCs support" 3762306a36Sopenharmony_ci default ARCH_MEDIATEK 3862306a36Sopenharmony_ci 3962306a36Sopenharmony_ciconfig MACH_MT8135 4062306a36Sopenharmony_ci bool "MediaTek MT8135 SoCs support" 4162306a36Sopenharmony_ci default ARCH_MEDIATEK 4262306a36Sopenharmony_ci 4362306a36Sopenharmony_ciendif 44