summaryrefslogtreecommitdiff
path: root/drivers/gpio/Kconfig
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@linaro.org>2011-06-06 22:31:29 +0800
committerGrant Likely <grant.likely@secretlab.ca>2011-06-07 08:58:16 -0600
commit06f88a8ae9085e555baf81edbf967764d87dc12f (patch)
tree71c2615a492bcc379824e76c722e19c32bf2e58f /drivers/gpio/Kconfig
parente4ea933363d39b5858f55682550314b4ea1285cc (diff)
gpio/mxs: convert gpio-mxs to use basic_mmio_gpio library
The gpio-mxs controller complies with basic_mmio_gpio library. This patch converts the driver to use the library. 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 4e2d612590fe..531bfb6c8748 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -101,6 +101,7 @@ config GPIO_MXC
config GPIO_MXS
def_bool y
depends on ARCH_MXS
+ select GPIO_GENERIC
config GPIO_PLAT_SAMSUNG
def_bool y