diff options
author | Jun Nie <jun.nie@linaro.org> | 2015-06-29 10:35:57 +0800 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2015-07-16 10:14:45 +0200 |
commit | e7aa6d8c1ba2429deef75fb24d029e00ab71bebf (patch) | |
tree | 1b4dcb45f02675977cc5d5ec8815a374d097a386 /drivers/gpio/Makefile | |
parent | 24f743a0f06675da4e7c6a07b88e90d425edd30a (diff) | |
download | linux-stable-e7aa6d8c1ba2429deef75fb24d029e00ab71bebf.tar.gz linux-stable-e7aa6d8c1ba2429deef75fb24d029e00ab71bebf.tar.bz2 linux-stable-e7aa6d8c1ba2429deef75fb24d029e00ab71bebf.zip |
gpio: zx: Add ZTE zx296702 GPIO support
Add ZTE zx296702 GPIO controller support
Signed-off-by: Jun Nie <jun.nie@linaro.org>
Acked-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/Makefile')
-rw-r--r-- | drivers/gpio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpio/Makefile b/drivers/gpio/Makefile index f82cd678ce08..558b867ccebb 100644 --- a/drivers/gpio/Makefile +++ b/drivers/gpio/Makefile @@ -116,3 +116,4 @@ obj-$(CONFIG_GPIO_XLP) += gpio-xlp.o obj-$(CONFIG_GPIO_XTENSA) += gpio-xtensa.o obj-$(CONFIG_GPIO_ZEVIO) += gpio-zevio.o obj-$(CONFIG_GPIO_ZYNQ) += gpio-zynq.o +obj-$(CONFIG_GPIO_ZX) += gpio-zx.o |