summaryrefslogtreecommitdiff
path: root/drivers/gpio/Kconfig
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@linaro.org>2011-06-06 14:31:29 (GMT)
committerGrant Likely <grant.likely@secretlab.ca>2011-06-07 14:58:16 (GMT)
commit06f88a8ae9085e555baf81edbf967764d87dc12f (patch)
tree71c2615a492bcc379824e76c722e19c32bf2e58f /drivers/gpio/Kconfig
parente4ea933363d39b5858f55682550314b4ea1285cc (diff)
downloadlinux-fsl-qoriq-06f88a8ae9085e555baf81edbf967764d87dc12f.tar.xz
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 4e2d612..531bfb6 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