aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Kconfig
diff options
context:
space:
mode:
authorJonas Jensen <jonas.jensen@gmail.com>2013-11-29 12:11:34 +0100
committerLinus Walleij <linus.walleij@linaro.org>2013-12-03 11:26:08 +0100
commit0299b77b44531ae0963fe86d8b9cb9b5ddb584b7 (patch)
tree4eaca26add5385a6a1d5508366c92dd5c08b72d3 /drivers/gpio/Kconfig
parentgpio: rcar: Add r8a7791 support to the DT bindings (diff)
downloadlinux-dev-0299b77b44531ae0963fe86d8b9cb9b5ddb584b7.tar.xz
linux-dev-0299b77b44531ae0963fe86d8b9cb9b5ddb584b7.zip
gpio: Add MOXA ART GPIO driver
Add GPIO driver for MOXA ART SoCs. Signed-off-by: Jonas Jensen <jonas.jensen@gmail.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r--drivers/gpio/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index 58d98dd9e4b9..ae3682d25a3c 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -156,6 +156,13 @@ config GPIO_F7188X
To compile this driver as a module, choose M here: the module will
be called f7188x-gpio.
+config GPIO_MOXART
+ bool "MOXART GPIO support"
+ depends on ARCH_MOXART
+ help
+ Select this option to enable GPIO driver for
+ MOXA ART SoC devices.
+
config GPIO_MPC5200
def_bool y
depends on PPC_MPC52xx