Mediatek MT7620 u-boot does not have PINCONF implementation. Signed-off-by: Shiji Yang <yangshij...@outlook.com> --- 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.50.0