diff options
author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2024-10-10 11:12:47 +0200 |
---|---|---|
committer | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2024-10-10 11:12:47 +0200 |
commit | ea7f2dfd13e096dce3198e5ffdb00d21bf7c8fe5 (patch) | |
tree | cd69da2e6c9e811c67f07ad118e734fe1e144bb0 /drivers/gpio/Kconfig | |
parent | b7adfb6076ff0c1ebbde56d1903daa3d07db92c5 (diff) | |
parent | 590bcce85e014a2e16afe910bc6a20b4c1b2b374 (diff) | |
download | lwn-ea7f2dfd13e096dce3198e5ffdb00d21bf7c8fe5.tar.gz lwn-ea7f2dfd13e096dce3198e5ffdb00d21bf7c8fe5.zip |
Merge tag 'ib-mfd-gpio-i2c-watchdog-v6.13' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/lee/mfd into gpio/for-next
Immutable branch between MFD, GPIO, I2C and Watchdog due for the v6.13 merge window
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r-- | drivers/gpio/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 33215ea29d69..bfa6b5a2c537 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -1286,6 +1286,16 @@ config GPIO_BD9571MWV This driver can also be built as a module. If so, the module will be called gpio-bd9571mwv. +config GPIO_CGBC + tristate "Congatec Board Controller GPIO support" + depends on MFD_CGBC + help + Select this option to enable GPIO support for the Congatec Board + Controller. + + This driver can also be built as a module. If so, the module will be + called gpio-cgbc. + config GPIO_CROS_EC tristate "ChromeOS EC GPIO support" depends on CROS_EC |