diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2011-06-06 22:31:29 +0800 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2011-06-07 08:58:16 -0600 |
commit | 06f88a8ae9085e555baf81edbf967764d87dc12f (patch) | |
tree | 71c2615a492bcc379824e76c722e19c32bf2e58f /drivers/gpio/Kconfig | |
parent | e4ea933363d39b5858f55682550314b4ea1285cc (diff) |
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/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 4e2d612590f..531bfb6c874 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 |