summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Kconfig
diff options
context:
space:
mode:
authorLinus Walleij2014-04-09 13:38:33 +0200
committerLinus Walleij2014-04-28 21:35:07 +0200
commitcf42f1cfe419f20425fc0c27b9930b6b51fe77b2 (patch)
treea744672ab6fb7de257ef82a073c72ce4e1b755e6 /drivers/gpio/Kconfig
parentgpio: tc3589x: get rid of static IRQ base (diff)
downloadkernel-qcow2-linux-cf42f1cfe419f20425fc0c27b9930b6b51fe77b2.tar.gz
kernel-qcow2-linux-cf42f1cfe419f20425fc0c27b9930b6b51fe77b2.tar.xz
kernel-qcow2-linux-cf42f1cfe419f20425fc0c27b9930b6b51fe77b2.zip
gpio: tc3589x: use gpiolib irqchip helpers
Now that the gpiolib irqchip helpers can support nested, threaded IRQ handlers, switch the TC3589x driver over to using this new infrastructure. Tested on the Ux500. Cc: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r--drivers/gpio/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index a86c49a605c6..5ad9e927baba 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -579,6 +579,7 @@ config GPIO_STP_XWAY
config GPIO_TC3589X
bool "TC3589X GPIOs"
depends on MFD_TC3589X
+ select GPIOLIB_IRQCHIP
help
This enables support for the GPIOs found on the TC3589X
I/O Expander.