From 56b896511c0ed9e2b2f9df9a400c3bb1e9659f1f Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Fri, 20 Mar 2026 14:53:48 -0600 Subject: gpio: Correct dependencies for legacy CMD_PCA953X 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 --- drivers/gpio/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index f69919abc05..1484dd3504c 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. -- cgit v1.2.3