summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Kconfig
diff options
context:
space:
mode:
authorYe Xiang <xiang.ye@intel.com>2023-02-25 22:01:15 +0800
committerLee Jones <lee@kernel.org>2023-04-26 11:40:29 +0100
commitc5a4b6fd31e8cbc749f7ac9ff6c3a6118f3e5011 (patch)
tree5af63b5807ff513241e912b26ab31dce23a24b54 /drivers/gpio/Kconfig
parentb8fd17d9505e18001d10ceaa350c118a82b467bb (diff)
downloadlinux-stable-c5a4b6fd31e8cbc749f7ac9ff6c3a6118f3e5011.tar.gz
linux-stable-c5a4b6fd31e8cbc749f7ac9ff6c3a6118f3e5011.tar.bz2
linux-stable-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/Kconfig12
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