diff options
author | Thomas Richard <thomas.richard@bootlin.com> | 2024-10-01 13:53:28 +0200 |
---|---|---|
committer | Lee Jones <lee@kernel.org> | 2024-10-09 16:32:04 +0100 |
commit | 4342bf63b64b09561f4ad1537de2e1a971cfb197 (patch) | |
tree | e2ee4b9a4c074fdfd8fcc379fd27a1ec93ce98d7 /drivers/gpio/Kconfig | |
parent | 6f1067cfbee72b04fc42234f7f1588f838cec0b6 (diff) | |
download | lwn-4342bf63b64b09561f4ad1537de2e1a971cfb197.tar.gz lwn-4342bf63b64b09561f4ad1537de2e1a971cfb197.zip |
gpio: Congatec Board Controller gpio driver
Add gpio support for the Congatec Board Controller.
This Board Controller has 14 GPIO pins.
The driver is probed by the Congatec Board Controller MFD driver.
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Thomas Richard <thomas.richard@bootlin.com>
Acked-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Link: https://lore.kernel.org/r/20241001-congatec-board-controller-v3-2-39ceceed5c47@bootlin.com
Signed-off-by: Lee Jones <lee@kernel.org>
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 d93cd4f722b4..29d037c6083b 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -1287,6 +1287,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 |