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 <trini@konsulko.com>
This commit is contained in:
Tom Rini
2026-03-20 14:53:48 -06:00
parent 2e676dbf07
commit 56b896511c

View 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.