From: Shiji Yang Date: Fri, 25 Jul 2025 00:37:42 +0000 (+0800) Subject: mips: mtmips: do not select PINCONF Kconfig symbol for MT7620 X-Git-Tag: v2026.04-rc2~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00618f72126eace8f291eb3d15b337b891be4055;p=thirdparty%2Fu-boot.git mips: mtmips: do not select PINCONF Kconfig symbol for MT7620 Mediatek MT7620 u-boot does not have PINCONF implementation. Signed-off-by: Shiji Yang --- 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