diff options
author | Javier Martinez Canillas <javier.martinez@collabora.co.uk> | 2014-04-06 16:58:16 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2014-04-28 12:35:08 -0700 |
commit | fb655f57cee30f9121cce3653117d2c40affe194 (patch) | |
tree | a851af249a6a939dbfa5fdd40c27a73d352a5be8 /drivers/gpio/Kconfig | |
parent | cd0a3748f3137c282e3a037b295b47f597e73230 (diff) | |
download | op-kernel-dev-fb655f57cee30f9121cce3653117d2c40affe194.zip op-kernel-dev-fb655f57cee30f9121cce3653117d2c40affe194.tar.gz |
gpio: omap: convert driver to use gpiolib irqchip
Converts the GPIO OMAP driver to register its chained irq
handler and irqchip using the helpers in the gpiolib core.
Signed-off-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk>
Tested-by: Tony Lindgren <tony@atomide.com>
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 43a65ed..c58b828 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -247,6 +247,7 @@ config GPIO_OMAP bool "TI OMAP GPIO support" default y if ARCH_OMAP depends on ARM && ARCH_OMAP + select GPIOLIB_IRQCHIP help Say yes here to enable GPIO support for TI OMAP SoCs. |