diff options
| author | Tom Rini <[email protected]> | 2022-11-19 18:45:30 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-12-05 16:07:13 -0500 |
| commit | c3187fb1448baf142d43fcc3d6f0e88e082050b9 (patch) | |
| tree | df70b3c7aa59571d2fa65092124ec768122c4bae /drivers/gpio/Kconfig | |
| parent | 9200011e9563c2deb71eae3c6769a92ea4e6c733 (diff) | |
Convert CONFIG_PCA953X to Kconfig
This converts the following to Kconfig:
CONFIG_PCA953X
Cc: Uri Mashiach <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'drivers/gpio/Kconfig')
| -rw-r--r-- | drivers/gpio/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index e007b38fac7..1e4b50ef72b 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -520,6 +520,10 @@ config SPL_DM_PCA953X Now, max 24 bits chips and PCA953X compatible chips are supported +config PCA953X + bool "NXP's PCA953X series I2C GPIO (legacy driver)" + depends on !DM_PCA953X + config MPC8XXX_GPIO bool "Freescale MPC8XXX GPIO driver" depends on DM_GPIO |
