diff options
| author | Simon Glass <[email protected]> | 2017-08-04 16:34:32 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-08-11 15:41:50 -0400 |
| commit | 0091362ce50917ac028e515b9fa19d1257a3080c (patch) | |
| tree | fcfa85f693fecb68c2236e45f9098579dc7eb3b9 /drivers | |
| parent | 978f0854da2abaeebe047c24c12c1033de75060a (diff) | |
Convert CONFIG_CMD_PCA953X to Kconfig
This converts the following to Kconfig:
CONFIG_CMD_PCA953X
Signed-off-by: Simon Glass <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Reviewed-by: Philipp Tomsich <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/gpio/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 63951e0dbea..d2e7c29e1d6 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -109,6 +109,15 @@ config OMAP_GPIO Support GPIO controllers on the TI OMAP3/4/5 and related (such as AM335x/AM43xx/AM57xx/DRA7xx/etc) families of SoCs. +config CMD_PCA953X + bool "Enable the pca953x command" + help + Deprecated: This should be converted to driver model. + + This command provides access to a pca953x GPIO device using the + legacy GPIO interface. Several subcommands are provided which mirror + the standard 'gpio' command. It should use that instead. + config PM8916_GPIO bool "Qualcomm PM8916 PMIC GPIO/keypad driver" depends on DM_GPIO && PMIC_PM8916 |
