diff options
| author | Shiji Yang <[email protected]> | 2025-07-25 08:37:42 +0800 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-02-03 12:51:34 -0600 |
| commit | 00618f72126eace8f291eb3d15b337b891be4055 (patch) | |
| tree | 41d5917e2f78ce39102d503a88809f6c01782df9 /arch | |
| parent | a22a4fbe437b85a5b7f4b601dbd0e273e95fca4e (diff) | |
mips: mtmips: do not select PINCONF Kconfig symbol for MT7620
Mediatek MT7620 u-boot does not have PINCONF implementation.
Signed-off-by: Shiji Yang <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/mips/Kconfig | 1 | ||||
| -rw-r--r-- | arch/mips/mach-mtmips/Kconfig | 2 |
2 files changed, 2 insertions, 1 deletions
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 |
