aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Kconfig
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@linaro.org>2011-06-07 04:25:37 -0400
committerGrant Likely <grant.likely@secretlab.ca>2011-06-07 10:49:20 -0400
commite4ea933363d39b5858f55682550314b4ea1285cc (patch)
tree13de170922bfde627f67c6165955a41da5b9613e /drivers/gpio/Kconfig
parentc103de240439dfee24ac50eb99c8be3a30d13323 (diff)
gpio/mxc: convert gpio-mxc to use generic irq chip
The patch converts gpio-mxc driver to use generic irq chip. Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Acked-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
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 89a6a34cc515..4e2d612590fe 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -96,6 +96,7 @@ config GPIO_MXC
96 def_bool y 96 def_bool y
97 depends on ARCH_MXC 97 depends on ARCH_MXC
98 select GPIO_GENERIC 98 select GPIO_GENERIC
99 select GENERIC_IRQ_CHIP
99 100
100config GPIO_MXS 101config GPIO_MXS
101 def_bool y 102 def_bool y