aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Makefile
diff options
context:
space:
mode:
authorRabin Vincent <rabin@rab.in>2015-06-06 22:30:40 +0200
committerLinus Walleij <linus.walleij@linaro.org>2015-06-10 09:11:10 +0200
commitd342571efea8135dcf0a96dcb9e54759adefdb27 (patch)
treea20b5523892622f19ad3c27b6089b413dabc8d6f /drivers/gpio/Makefile
parentfix documentation after renaming gpiod_set_array to gpiod_set_array_value (diff)
downloadlinux-dev-d342571efea8135dcf0a96dcb9e54759adefdb27.tar.xz
linux-dev-d342571efea8135dcf0a96dcb9e54759adefdb27.zip
gpio: add ETRAXFS GPIO driver
Add a GPIO driver for the General I/O block on Axis ETRAX FS SoCs. Signed-off-by: Rabin Vincent <rabin@rab.in> 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 893bbffc313a..f82cd678ce08 100644
--- a/drivers/gpio/Makefile
+++ b/drivers/gpio/Makefile
@@ -33,6 +33,7 @@ obj-$(CONFIG_GPIO_DLN2) += gpio-dln2.o
obj-$(CONFIG_GPIO_DWAPB) += gpio-dwapb.o
obj-$(CONFIG_GPIO_EM) += gpio-em.o
obj-$(CONFIG_GPIO_EP93XX) += gpio-ep93xx.o
+obj-$(CONFIG_GPIO_ETRAXFS) += gpio-etraxfs.o
obj-$(CONFIG_GPIO_F7188X) += gpio-f7188x.o
obj-$(CONFIG_GPIO_GE_FPGA) += gpio-ge.o
obj-$(CONFIG_GPIO_GRGPIO) += gpio-grgpio.o