diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2011-06-07 10:00:54 -0400 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2011-06-07 11:00:57 -0400 |
commit | 498c17cf6a935335c8652165cae5dc196340b3e9 (patch) | |
tree | 8a2c1d9c50dbafd556850c44152ee0db23fec0dd /drivers/gpio/Kconfig | |
parent | 6161715e3f1adecae9e7c160930add4040fa10e9 (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/Kconfig | 1 |
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 | |||
102 | def_bool y | 102 | def_bool y |
103 | depends on ARCH_MXS | 103 | depends on ARCH_MXS |
104 | select GPIO_GENERIC | 104 | select GPIO_GENERIC |
105 | select GENERIC_IRQ_CHIP | ||
105 | 106 | ||
106 | config GPIO_PLAT_SAMSUNG | 107 | config GPIO_PLAT_SAMSUNG |
107 | def_bool y | 108 | def_bool y |