summaryrefslogtreecommitdiff
path: root/drivers/gpio/Kconfig
diff options
context:
space:
mode:
authorWentong Wu <wentong.wu@intel.com>2023-10-09 14:33:25 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2023-10-11 11:33:38 +0200
commit1034cc423f1b4a7a9a56d310ca980fcd2753e11d (patch)
treea661806b167996c5b73177a970c06a4f55a79158 /drivers/gpio/Kconfig
parentcaee8e38da67a8991a60f1f67e6820a0063278c4 (diff)
downloadlwn-1034cc423f1b4a7a9a56d310ca980fcd2753e11d.tar.gz
lwn-1034cc423f1b4a7a9a56d310ca980fcd2753e11d.zip
gpio: update Intel LJCA USB GPIO driver
This driver communicate with LJCA GPIO module with specific protocol through interfaces exported by LJCA USB driver. Update the driver according to LJCA USB driver's changes. Signed-off-by: Wentong Wu <wentong.wu@intel.com> Reviewed-by: Sakari Ailus <sakari.ailus@linux.intel.com> Acked-by: Linus Walleij <linus.walleij@linaro.org> Acked-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Tested-by: Hans de Goede <hdegoede@redhat.com> Link: https://lore.kernel.org/r/1696833205-16716-5-git-send-email-wentong.wu@intel.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r--drivers/gpio/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index 673bafb8be58..8d5b6c304c6c 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -1312,9 +1312,9 @@ config GPIO_KEMPLD
config GPIO_LJCA
tristate "INTEL La Jolla Cove Adapter GPIO support"
- depends on MFD_LJCA
+ depends on USB_LJCA
select GPIOLIB_IRQCHIP
- default MFD_LJCA
+ default USB_LJCA
help
Select this option to enable GPIO driver for the INTEL
La Jolla Cove Adapter (LJCA) board.