aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Kconfig
diff options
context:
space:
mode:
authorJavier Martinez Canillas <javier.martinez@collabora.co.uk>2014-04-06 10:58:16 -0400
committerLinus Walleij <linus.walleij@linaro.org>2014-04-28 15:35:08 -0400
commitfb655f57cee30f9121cce3653117d2c40affe194 (patch)
treea851af249a6a939dbfa5fdd40c27a73d352a5be8 /drivers/gpio/Kconfig
parentcd0a3748f3137c282e3a037b295b47f597e73230 (diff)
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/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index 43a65ed010de..c58b828e882f 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -247,6 +247,7 @@ config GPIO_OMAP
247 bool "TI OMAP GPIO support" 247 bool "TI OMAP GPIO support"
248 default y if ARCH_OMAP 248 default y if ARCH_OMAP
249 depends on ARM && ARCH_OMAP 249 depends on ARM && ARCH_OMAP
250 select GPIOLIB_IRQCHIP
250 help 251 help
251 Say yes here to enable GPIO support for TI OMAP SoCs. 252 Say yes here to enable GPIO support for TI OMAP SoCs.
252 253