diff options
author | Jonas Jensen <jonas.jensen@gmail.com> | 2013-11-29 06:11:34 -0500 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-12-03 05:26:08 -0500 |
commit | 0299b77b44531ae0963fe86d8b9cb9b5ddb584b7 (patch) | |
tree | 4eaca26add5385a6a1d5508366c92dd5c08b72d3 /drivers/gpio/Kconfig | |
parent | 612575255635f67f09f6261114f58965f2062584 (diff) |
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 58d98dd9e4b9..ae3682d25a3c 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig | |||
@@ -156,6 +156,13 @@ config GPIO_F7188X | |||
156 | To compile this driver as a module, choose M here: the module will | 156 | To compile this driver as a module, choose M here: the module will |
157 | be called f7188x-gpio. | 157 | be called f7188x-gpio. |
158 | 158 | ||
159 | config GPIO_MOXART | ||
160 | bool "MOXART GPIO support" | ||
161 | depends on ARCH_MOXART | ||
162 | help | ||
163 | Select this option to enable GPIO driver for | ||
164 | MOXA ART SoC devices. | ||
165 | |||
159 | config GPIO_MPC5200 | 166 | config GPIO_MPC5200 |
160 | def_bool y | 167 | def_bool y |
161 | depends on PPC_MPC52xx | 168 | depends on PPC_MPC52xx |