^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) # SPDX-License-Identifier: GPL-2.0-only
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2) menuconfig ARCH_MEDIATEK
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) bool "MediaTek SoC Support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4) depends on ARCH_MULTI_V7
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5) select ARM_GIC
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6) select PINCTRL
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) select MTK_TIMER
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8) select MFD_SYSCON
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) Support for Mediatek MT65xx & MT81xx SoCs
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) if ARCH_MEDIATEK
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) config MACH_MT2701
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) bool "MediaTek MT2701 SoCs support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) default ARCH_MEDIATEK
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) config MACH_MT6589
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) bool "MediaTek MT6589 SoCs support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) default ARCH_MEDIATEK
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) config MACH_MT6592
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) bool "MediaTek MT6592 SoCs support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) default ARCH_MEDIATEK
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26) config MACH_MT7623
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 27) bool "MediaTek MT7623 SoCs support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 28) default ARCH_MEDIATEK
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 29)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 30) config MACH_MT7629
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 31) bool "MediaTek MT7629 SoCs support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 32) default ARCH_MEDIATEK
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 33)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 34) config MACH_MT8127
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 35) bool "MediaTek MT8127 SoCs support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 36) default ARCH_MEDIATEK
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 37)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 38) config MACH_MT8135
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 39) bool "MediaTek MT8135 SoCs support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 40) default ARCH_MEDIATEK
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 41)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 42) endif