forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 61598093bbdd283a7edc367d900f223070ead8d2
kernel/arch/arm/mach-mediatek/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 menuconfig ARCH_MEDIATEK
23 bool "MediaTek SoC Support"
34 depends on ARCH_MULTI_V7
....@@ -26,6 +27,11 @@
2627 bool "MediaTek MT7623 SoCs support"
2728 default ARCH_MEDIATEK
2829
30
+config MACH_MT7629
31
+ bool "MediaTek MT7629 SoCs support"
32
+ default ARCH_MEDIATEK
33
+ select HAVE_ARM_ARCH_TIMER
34
+
2935 config MACH_MT8127
3036 bool "MediaTek MT8127 SoCs support"
3137 default ARCH_MEDIATEK