diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2011-06-06 01:22:41 -0400 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2011-06-06 12:01:19 -0400 |
commit | 2ce420da39078a6135d1c004a0e4436fdc1458b4 (patch) | |
tree | 1f46faaf625ee24a996ad026f88b62ae02ddcda6 /drivers/gpio/Kconfig | |
parent | b78d8e59a6f611e229fab8ec3014c58eba975000 (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/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 | |||
100 | config GPIO_MXC | 100 | config GPIO_MXC |
101 | def_bool y | 101 | def_bool y |
102 | depends on ARCH_MXC | 102 | depends on ARCH_MXC |
103 | select GPIO_BASIC_MMIO_CORE | ||
103 | 104 | ||
104 | config GPIO_PLAT_SAMSUNG | 105 | config GPIO_PLAT_SAMSUNG |
105 | bool "Samsung SoCs GPIO library support" | 106 | bool "Samsung SoCs GPIO library support" |