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>
This commit is contained in:
Shawn Guo
2011-06-06 22:31:29 +08:00
committed by Grant Likely
parent e4ea933363
commit 06f88a8ae9
2 changed files with 19 additions and 62 deletions

View File

@ -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