diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2015-01-12 13:07:59 +0300 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2015-01-15 19:23:25 +0300 |
commit | c7f3c5d3ac2d683169485b2f14d1aff19de2b2fe (patch) | |
tree | 54ef3f90d99bbbcc2607fc2032437290025c0fa1 /drivers/gpio/Kconfig | |
parent | 7d82bf3419c103dbb730e7834186fc5d577b9da1 (diff) | |
download | linux-c7f3c5d3ac2d683169485b2f14d1aff19de2b2fe.tar.xz |
gpio: rcar: Switch to use gpiolib irqchip helpers
Switch the R-Car Gen2 GPIO driver to use the gpiolib irqchip helpers.
While doing this also make sure that gpiochip_irqchip_add() is called
after the gpiochip itself is registered, as required.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
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 1eff81c93b75..ba1bc73d9d7d 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -286,6 +286,7 @@ config GPIO_PXA config GPIO_RCAR tristate "Renesas R-Car GPIO" depends on ARM && (ARCH_SHMOBILE || COMPILE_TEST) + select GPIOLIB_IRQCHIP help Say yes here to support GPIO on Renesas R-Car SoCs. |