aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpio/Makefile
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/Makefile
parentgpio: rcar: Add r8a7791 support to the DT bindings (diff)
downloadwireguard-linux-0299b77b44531ae0963fe86d8b9cb9b5ddb584b7.tar.xz
wireguard-linux-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/Makefile')
-rw-r--r--drivers/gpio/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpio/Makefile b/drivers/gpio/Makefile
index 7971e36b8b12..ee95154cb1d2 100644
--- a/drivers/gpio/Makefile
+++ b/drivers/gpio/Makefile
@@ -46,6 +46,7 @@ obj-$(CONFIG_GPIO_MC9S08DZ60) += gpio-mc9s08dz60.o
obj-$(CONFIG_GPIO_MCP23S08) += gpio-mcp23s08.o
obj-$(CONFIG_GPIO_ML_IOH) += gpio-ml-ioh.o
obj-$(CONFIG_GPIO_MM_LANTIQ) += gpio-mm-lantiq.o
+obj-$(CONFIG_GPIO_MOXART) += gpio-moxart.o
obj-$(CONFIG_GPIO_MPC5200) += gpio-mpc5200.o
obj-$(CONFIG_GPIO_MPC8XXX) += gpio-mpc8xxx.o
obj-$(CONFIG_GPIO_MSIC) += gpio-msic.o