[PATCH] gpio: Correct dependencies for legacy CMD_PCA953X
Tom Rini
trini at konsulko.com
Fri Mar 20 21:53:48 CET 2026
The legacy CMD_PCA953X command can only be built when the matching
legacy driver is enabled, add that dependency to Kconfig.
Signed-off-by: Tom Rini <trini at konsulko.com>
---
drivers/gpio/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index f69919abc05b..1484dd3504c1 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -383,6 +383,7 @@ config OMAP_GPIO
config CMD_PCA953X
bool "Enable the pca953x command"
+ depends on PCA953X
help
Deprecated: This should be converted to driver model.
--
2.43.0
More information about the U-Boot
mailing list