]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
gpio: Correct dependencies for legacy CMD_PCA953X
authorTom Rini <trini@konsulko.com>
Fri, 20 Mar 2026 20:53:48 +0000 (14:53 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 3 Apr 2026 19:42:50 +0000 (13:42 -0600)
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@konsulko.com>
drivers/gpio/Kconfig

index f69919abc05b65f7f2d99eb26c2fd9b35f5ffabb..1484dd3504c163e08805c738780fe284040c22a3 100644 (file)
@@ -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.