summaryrefslogtreecommitdiff
path: root/drivers/gpio
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-11-19 18:45:14 -0500
committerTom Rini <trini@konsulko.com>2022-12-05 16:06:43 -0500
commit022dc9e505ea70ea5e5c81f78a629a6016d4fd9d (patch)
tree69bf77404c31b7c22abd1cc3c217981d3c6cd346 /drivers/gpio
parent5cafaedeac41c966b8f554182944d9dc0b531190 (diff)
Convert CONFIG_HIKEY_GPIO et al to Kconfig
This converts the following to Kconfig: CONFIG_HIKEY_GPIO CONFIG_TCA642X Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'drivers/gpio')
-rw-r--r--drivers/gpio/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index ff87fbfb397..e007b38fac7 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -169,6 +169,10 @@ config FXL6408_GPIO
This driver supports the Fairchild FXL6408 device. FXL6408 is a
fully configurable 8-bit I2C-controlled GPIO expander.
+config HIKEY_GPIO
+ bool "HI6220 GPIO driver"
+ depends on DM_GPIO
+
config INTEL_BROADWELL_GPIO
bool "Intel Broadwell GPIO driver"
depends on DM
@@ -374,8 +378,13 @@ config XILINX_GPIO
help
This config enable the Xilinx GPIO driver for Microblaze.
+config TCA642X
+ bool "TCA642x legacy GPIO driver"
+
config CMD_TCA642X
bool "tca642x - Command to access tca642x state"
+ depends on TCA642X
+ default y
help
DEPRECATED - This needs conversion to driver model