aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Kconfig
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2014-03-25 05:42:35 -0400
committerLinus Walleij <linus.walleij@linaro.org>2014-03-26 05:31:33 -0400
commit8d5b24bd30c23930e666813ea0adc4672ea58c62 (patch)
tree1f0d7d96bd8c4a81719ca514e8c8301f7706a423 /drivers/gpio/Kconfig
parent1425052097b53de841e064dc190a9009480c208c (diff)
gpio: pl061: convert driver to use gpiolib irqchip
This converts the PL061 driver to register its chained irq handler and irqchip using the helpers in the gpiolib core. 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 51c782532687..92d8e9a064b4 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -247,6 +247,7 @@ config GPIO_PL061
247 bool "PrimeCell PL061 GPIO support" 247 bool "PrimeCell PL061 GPIO support"
248 depends on ARM_AMBA 248 depends on ARM_AMBA
249 select IRQ_DOMAIN 249 select IRQ_DOMAIN
250 select GPIOLIB_IRQCHIP
250 help 251 help
251 Say yes here to support the PrimeCell PL061 GPIO device 252 Say yes here to support the PrimeCell PL061 GPIO device
252 253