aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Makefile
diff options
context:
space:
mode:
authorFabian Vogt <fabian@ritter-vogt.de>2014-02-24 20:54:58 +0100
committerLinus Walleij <linus.walleij@linaro.org>2014-02-27 10:30:42 +0100
commit9af4d80ba5666579944f570e113c5a87444afbde (patch)
treed14c2c723ccc0b80134b8745b08ccbf7f2dbfe4d /drivers/gpio/Makefile
parentgpio-ts5500: Add dependency (diff)
downloadlinux-dev-9af4d80ba5666579944f570e113c5a87444afbde.tar.xz
linux-dev-9af4d80ba5666579944f570e113c5a87444afbde.zip
gpio: New driver for LSI ZEVIO SoCs
This driver supports the GPIO controller found in LSI ZEVIO SoCs. It has been successfully tested on a TI nspire CX calculator. Signed-off-by: Fabian Vogt <fabian@ritter-vogt.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 5d50179ece16..b8453750e502 100644
--- a/drivers/gpio/Makefile
+++ b/drivers/gpio/Makefile
@@ -99,3 +99,4 @@ obj-$(CONFIG_GPIO_WM8350) += gpio-wm8350.o
obj-$(CONFIG_GPIO_WM8994) += gpio-wm8994.o
obj-$(CONFIG_GPIO_XILINX) += gpio-xilinx.o
obj-$(CONFIG_GPIO_XTENSA) += gpio-xtensa.o
+obj-$(CONFIG_GPIO_ZEVIO) += gpio-zevio.o