summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Kconfig
diff options
context:
space:
mode:
authorShawn Guo2011-06-07 16:00:54 +0200
committerGrant Likely2011-06-07 17:00:57 +0200
commit498c17cf6a935335c8652165cae5dc196340b3e9 (patch)
tree8a2c1d9c50dbafd556850c44152ee0db23fec0dd /drivers/gpio/Kconfig
parentgpio/mxs: remove irq_high related implementation (diff)
downloadkernel-qcow2-linux-498c17cf6a935335c8652165cae5dc196340b3e9.tar.gz
kernel-qcow2-linux-498c17cf6a935335c8652165cae5dc196340b3e9.tar.xz
kernel-qcow2-linux-498c17cf6a935335c8652165cae5dc196340b3e9.zip
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