summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Kconfig
diff options
context:
space:
mode:
authorLinus Walleij2014-04-15 23:38:56 +0200
committerLinus Walleij2014-06-19 09:31:16 +0200
commitfe44e70db0544e24cd1d00fc594b6e5b0afd333b (patch)
tree1dd57bfffc722c0df8cce675a6657e46201d5a83 /drivers/gpio/Kconfig
parentLinux 3.16-rc1 (diff)
downloadkernel-qcow2-linux-fe44e70db0544e24cd1d00fc594b6e5b0afd333b.tar.gz
kernel-qcow2-linux-fe44e70db0544e24cd1d00fc594b6e5b0afd333b.tar.xz
kernel-qcow2-linux-fe44e70db0544e24cd1d00fc594b6e5b0afd333b.zip
gpio: stmpe: switch to use gpiolib irqchip helpers
This switches the STMPE driver to use the gpiolib irqchip helpers. Tested-by: Silvio Fricke <silvio.fricke@gmail.com> 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 4a1b5113e527..690904a93fb4 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -573,6 +573,7 @@ config GPIO_SX150X
config GPIO_STMPE
bool "STMPE GPIOs"
depends on MFD_STMPE
+ select GPIOLIB_IRQCHIP
help
This enables support for the GPIOs found on the STMPE I/O
Expanders.