[PATCH] pinctrl: Correct dependencies for PINCTRL_TH1520

Tom Rini trini at konsulko.com
Tue Mar 17 02:24:41 CET 2026


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 at konsulko.com>
---
 drivers/pinctrl/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig
index 73dd5ff4a793..360f2156c065 100644
--- a/drivers/pinctrl/Kconfig
+++ b/drivers/pinctrl/Kconfig
@@ -345,7 +345,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
-- 
2.43.0



More information about the U-Boot mailing list