mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
mips: mtmips: do not select PINCONF Kconfig symbol for MT7620
Mediatek MT7620 u-boot does not have PINCONF implementation. Signed-off-by: Shiji Yang <yangshiji66@outlook.com>
This commit is contained in:
@@ -75,7 +75,6 @@ config ARCH_MTMIPS
|
||||
select DM_SERIAL
|
||||
select PINCTRL
|
||||
select PINMUX
|
||||
select PINCONF
|
||||
select RESET_MTMIPS
|
||||
imply MTD
|
||||
imply DM_SPI
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user