diff options
author | Jonas Jensen <jonas.jensen@gmail.com> | 2013-11-29 11:11:34 (GMT) |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-12-03 10:26:08 (GMT) |
commit | 0299b77b44531ae0963fe86d8b9cb9b5ddb584b7 (patch) | |
tree | 4eaca26add5385a6a1d5508366c92dd5c08b72d3 /drivers/gpio/Kconfig | |
parent | 612575255635f67f09f6261114f58965f2062584 (diff) | |
download | linux-0299b77b44531ae0963fe86d8b9cb9b5ddb584b7.tar.xz |
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/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 58d98dd..ae3682d 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 |