kernel/arch/arm/mach-mediatek/Kconfig
.. .. @@ -1,3 +1,4 @@ 1 +# SPDX-License-Identifier: GPL-2.0-only1 2 menuconfig ARCH_MEDIATEK 2 3 bool "MediaTek SoC Support" 3 4 depends on ARCH_MULTI_V7 .. .. @@ -26,6 +27,11 @@ 26 27 bool "MediaTek MT7623 SoCs support" 27 28 default ARCH_MEDIATEK 28 29 30 +config MACH_MT762931 + bool "MediaTek MT7629 SoCs support"32 + default ARCH_MEDIATEK33 + select HAVE_ARM_ARCH_TIMER34 +29 35 config MACH_MT8127 30 36 bool "MediaTek MT8127 SoCs support" 31 37 default ARCH_MEDIATEK