aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/Kconfig
diff options
context:
space:
mode:
authorNishad Kamdar <nishadkamdar@gmail.com>2019-01-14 20:26:16 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-01-15 16:18:14 +0100
commite28dd69ee81be1ce44cc96a61a2172fc503944a4 (patch)
treef0a061e20377db18e330989b934a9552f315f843 /drivers/staging/greybus/Kconfig
parentstaging: rtl8712u: Fix suspend and resume callbacks (diff)
downloadlinux-dev-e28dd69ee81be1ce44cc96a61a2172fc503944a4.tar.xz
linux-dev-e28dd69ee81be1ce44cc96a61a2172fc503944a4.zip
staging: greybus: gpio: switch GPIO portions to use GPIOLIB_IRQCHIP
Convert the GPIO driver to use the GPIO irqchip library GPIOLIB_IRQCHIP instead of reimplementing the same. Reviewed-by: Johan Hovold <johan@kernel.org> Signed-off-by: Nishad Kamdar <nishadkamdar@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/greybus/Kconfig')
-rw-r--r--drivers/staging/greybus/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/greybus/Kconfig b/drivers/staging/greybus/Kconfig
index ab096bcef98c..b571e4e8060b 100644
--- a/drivers/staging/greybus/Kconfig
+++ b/drivers/staging/greybus/Kconfig
@@ -148,6 +148,7 @@ if GREYBUS_BRIDGED_PHY
config GREYBUS_GPIO
tristate "Greybus GPIO Bridged PHY driver"
depends on GPIOLIB
+ select GPIOLIB_IRQCHIP
---help---
Select this option if you have a device that follows the
Greybus GPIO Bridged PHY Class specification.