summaryrefslogtreecommitdiff
path: root/drivers/gpio/Kconfig
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@linaro.org>2011-06-06 13:22:41 +0800
committerGrant Likely <grant.likely@secretlab.ca>2011-06-06 10:01:19 -0600
commit2ce420da39078a6135d1c004a0e4436fdc1458b4 (patch)
tree1f46faaf625ee24a996ad026f88b62ae02ddcda6 /drivers/gpio/Kconfig
parentb78d8e59a6f611e229fab8ec3014c58eba975000 (diff)
gpio/mxc: convert gpio-mxc to use basic_mmio_gpio library
The gpio-mxc controller complies with basic_mmio_gpio library. The patch convert the driver to use the library. Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Acked-by: Sascha Hauer <s.hauer@pengutronix.de> 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 1ee725aa021d..57d7bc547f4b 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -100,6 +100,7 @@ config GPIO_MXS
config GPIO_MXC
def_bool y
depends on ARCH_MXC
+ select GPIO_BASIC_MMIO_CORE
config GPIO_PLAT_SAMSUNG
bool "Samsung SoCs GPIO library support"