aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio/Kconfig
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@linaro.org>2011-06-07 16:25:37 +0800
committerGrant Likely <grant.likely@secretlab.ca>2011-06-07 08:49:20 -0600
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 89a6a34cc51..4e2d612590f 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -96,6 +96,7 @@ config GPIO_MXC
def_bool y
depends on ARCH_MXC
select GPIO_GENERIC
+ select GENERIC_IRQ_CHIP
config GPIO_MXS
def_bool y