summaryrefslogtreecommitdiff
path: root/drivers/gpio/Kconfig
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@linaro.org>2011-06-07 22:00:54 +0800
committerGrant Likely <grant.likely@secretlab.ca>2011-06-07 09:00:57 -0600
commit498c17cf6a935335c8652165cae5dc196340b3e9 (patch)
tree8a2c1d9c50dbafd556850c44152ee0db23fec0dd /drivers/gpio/Kconfig
parent6161715e3f1adecae9e7c160930add4040fa10e9 (diff)
gpio/mxs: convert gpio-mxs to use generic irq chip
The patch converts gpio-mxs driver to use generic irq chip. Signed-off-by: Shawn Guo <shawn.guo@linaro.org> 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 531bfb6c8748..b84666a69afa 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -102,6 +102,7 @@ config GPIO_MXS
def_bool y
depends on ARCH_MXS
select GPIO_GENERIC
+ select GENERIC_IRQ_CHIP
config GPIO_PLAT_SAMSUNG
def_bool y