mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 04:36:13 +02:00
pinctrl: Correct dependencies for PINCTRL_TH1520
As exposed by "make randconfig", we have an issue with the dependencies for PINCTRL_TH1520. It really needs to depend on PINCTRL_GENERIC rather than select it, and PINCTRL_GENERIC in turn already depends on PINCTRL_FULL. Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
81fff1704f
commit
1d5d6789e3
@ -354,7 +354,7 @@ config SPL_PINCTRL_STMFX
|
||||
|
||||
config PINCTRL_TH1520
|
||||
bool "T-Head TH1520 pinctrl driver"
|
||||
depends on DM && PINCTRL_FULL
|
||||
depends on DM && PINCTRL_GENERIC
|
||||
select PINCONF
|
||||
help
|
||||
Support pin multiplexing and configuration control blocks on the
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user