aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Kconfig
diff options
context:
space:
mode:
authorKamlakant Patel <kamlakant.patel@linaro.org>2014-12-01 07:09:34 -0500
committerLinus Walleij <linus.walleij@linaro.org>2015-01-09 04:24:29 -0500
commit3c01b9a896c9c592d9edc7439d5e5cf6c411d014 (patch)
tree55604a42e9d5c0fc608d1371a8a08e933615cd7b /drivers/gpio/Kconfig
parentb7392d2247cfe6771f95d256374f1a8e6a6f48d6 (diff)
gpio: moxart: convert to use basic mmio gpio library
This patch converts MOXART GPIO driver to use basic_mmio_gpio generic library. Signed-off-by: Kamlakant Patel <kamlakant.patel@linaro.org> Acked-by: Alexandre Courbot <acourbot@nvidia.com> Tested-by: Jonas Jensen <jonas.jensen@gmail.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
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 633ec216e185..e367296208a7 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -200,6 +200,7 @@ config GPIO_F7188X
200config GPIO_MOXART 200config GPIO_MOXART
201 bool "MOXART GPIO support" 201 bool "MOXART GPIO support"
202 depends on ARCH_MOXART 202 depends on ARCH_MOXART
203 select GPIO_GENERIC
203 help 204 help
204 Select this option to enable GPIO driver for 205 Select this option to enable GPIO driver for
205 MOXA ART SoC devices. 206 MOXA ART SoC devices.