mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
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:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user