diff options
| author | Tom Rini <[email protected]> | 2026-03-20 14:53:48 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-04-03 13:42:50 -0600 |
| commit | 56b896511c0ed9e2b2f9df9a400c3bb1e9659f1f (patch) | |
| tree | 5724f53ba21cd0dd53c51c530682ab153479ed10 | |
| parent | 2e676dbf073c377392261fee3990351c1e2591f2 (diff) | |
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 <[email protected]>
| -rw-r--r-- | drivers/gpio/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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. |
