diff options
author | Ye Xiang <xiang.ye@intel.com> | 2023-02-25 15:01:15 +0100 |
---|---|---|
committer | Lee Jones <lee@kernel.org> | 2023-04-26 12:40:29 +0200 |
commit | c5a4b6fd31e8cbc749f7ac9ff6c3a6118f3e5011 (patch) | |
tree | 5af63b5807ff513241e912b26ab31dce23a24b54 /drivers/gpio/Kconfig | |
parent | mfd: rt5033: Fix comments and style in includes (diff) | |
download | linux-c5a4b6fd31e8cbc749f7ac9ff6c3a6118f3e5011.tar.xz linux-c5a4b6fd31e8cbc749f7ac9ff6c3a6118f3e5011.zip |
gpio: Add support for Intel LJCA USB GPIO driver
This patch implements the GPIO function of Intel USB-I2C/GPIO/SPI adapter
device named "La Jolla Cove Adapter" (LJCA). It communicate with LJCA
GPIO module with specific protocol through interfaces exported by LJCA USB
driver.
Signed-off-by: Ye Xiang <xiang.ye@intel.com>
Signed-off-by: Lee Jones <lee@kernel.org>
Link: https://lore.kernel.org/r/20230225140118.2037220-3-xiang.ye@intel.com
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r-- | drivers/gpio/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 13be729710f2..8be697f9f621 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -1253,6 +1253,18 @@ config GPIO_KEMPLD This driver can also be built as a module. If so, the module will be called gpio-kempld. +config GPIO_LJCA + tristate "INTEL La Jolla Cove Adapter GPIO support" + depends on MFD_LJCA + select GPIOLIB_IRQCHIP + default MFD_LJCA + help + Select this option to enable GPIO driver for the INTEL + La Jolla Cove Adapter (LJCA) board. + + This driver can also be built as a module. If so, the module + will be called gpio-ljca. + config GPIO_LP3943 tristate "TI/National Semiconductor LP3943 GPIO expander" depends on MFD_LP3943 |