diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2011-06-06 13:22:41 +0800 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2011-06-06 10:01:19 -0600 |
commit | 2ce420da39078a6135d1c004a0e4436fdc1458b4 (patch) | |
tree | 1f46faaf625ee24a996ad026f88b62ae02ddcda6 /drivers/gpio/Kconfig | |
parent | b78d8e59a6f611e229fab8ec3014c58eba975000 (diff) | |
download | talos-op-linux-2ce420da39078a6135d1c004a0e4436fdc1458b4.tar.gz talos-op-linux-2ce420da39078a6135d1c004a0e4436fdc1458b4.zip |
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/Kconfig | 1 |
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" |