From 00618f72126eace8f291eb3d15b337b891be4055 Mon Sep 17 00:00:00 2001 From: Shiji Yang Date: Fri, 25 Jul 2025 08:37:42 +0800 Subject: [PATCH] mips: mtmips: do not select PINCONF Kconfig symbol for MT7620 Mediatek MT7620 u-boot does not have PINCONF implementation. Signed-off-by: Shiji Yang --- arch/mips/Kconfig | 1 - arch/mips/mach-mtmips/Kconfig | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index a0317011de7..36612756294 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -75,7 +75,6 @@ config ARCH_MTMIPS select DM_SERIAL select PINCTRL select PINMUX - select PINCONF select RESET_MTMIPS imply MTD imply DM_SPI diff --git a/arch/mips/mach-mtmips/Kconfig b/arch/mips/mach-mtmips/Kconfig index 3fcd0b8465b..9c190cfc6ff 100644 --- a/arch/mips/mach-mtmips/Kconfig +++ b/arch/mips/mach-mtmips/Kconfig @@ -84,6 +84,7 @@ config SOC_MT7621 select SYS_CACHE_SHIFT_5 select SYS_MIPS_CACHE_INIT_RAM_LOAD select PINCTRL_MT7621 + select PINCONF select MTK_SERIAL select REGMAP select SYSCON @@ -101,6 +102,7 @@ config SOC_MT7628 select MIPS_SRAM_INIT select SYS_MIPS_CACHE_INIT_RAM_LOAD select PINCTRL_MT7628 + select PINCONF select MTK_SERIAL select SYSRESET select SYSRESET_RESETCTL -- 2.47.3