diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2011-06-07 16:25:37 +0800 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2011-06-07 08:49:20 -0600 |
commit | e4ea933363d39b5858f55682550314b4ea1285cc (patch) | |
tree | 13de170922bfde627f67c6165955a41da5b9613e /drivers/gpio/Kconfig | |
parent | c103de240439dfee24ac50eb99c8be3a30d13323 (diff) | |
download | talos-op-linux-e4ea933363d39b5858f55682550314b4ea1285cc.tar.gz talos-op-linux-e4ea933363d39b5858f55682550314b4ea1285cc.zip |
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/Kconfig | 1 |
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 def_bool y depends on ARCH_MXC select GPIO_GENERIC + select GENERIC_IRQ_CHIP config GPIO_MXS def_bool y |