diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2014-03-25 10:42:35 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2014-03-26 10:31:33 +0100 |
commit | 8d5b24bd30c23930e666813ea0adc4672ea58c62 (patch) | |
tree | 1f0d7d96bd8c4a81719ca514e8c8301f7706a423 /drivers/gpio/Kconfig | |
parent | 1425052097b53de841e064dc190a9009480c208c (diff) | |
download | linux-stable-8d5b24bd30c23930e666813ea0adc4672ea58c62.tar.gz linux-stable-8d5b24bd30c23930e666813ea0adc4672ea58c62.tar.bz2 linux-stable-8d5b24bd30c23930e666813ea0adc4672ea58c62.zip |
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/Kconfig | 1 |
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 bool "PrimeCell PL061 GPIO support" depends on ARM_AMBA select IRQ_DOMAIN + select GPIOLIB_IRQCHIP help Say yes here to support the PrimeCell PL061 GPIO device |