aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Makefile
diff options
context:
space:
mode:
authorY Vo <yvo@apm.com>2015-01-16 14:34:19 +0700
committerLinus Walleij <linus.walleij@linaro.org>2015-01-20 10:34:52 +0100
commitb2b35e10892cb1253c93c582e6a3d7ad91ed9f3f (patch)
tree691b7aa00e6ae2f3c1ca612840e956b936b16f16 /drivers/gpio/Makefile
parentDocumentation: gpio: fix bindings document (diff)
downloadlinux-dev-b2b35e10892cb1253c93c582e6a3d7ad91ed9f3f.tar.xz
linux-dev-b2b35e10892cb1253c93c582e6a3d7ad91ed9f3f.zip
gpio: Add APM X-Gene standby GPIO controller driver
Driver for standby GPIO controller of APM X-Gene SoCs on arm64. Signed-off-by: Y Vo <yvo@apm.com> 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 81755f1305e6..3031b19f06ba 100644
--- a/drivers/gpio/Makefile
+++ b/drivers/gpio/Makefile
@@ -105,6 +105,7 @@ obj-$(CONFIG_GPIO_WM831X) += gpio-wm831x.o
obj-$(CONFIG_GPIO_WM8350) += gpio-wm8350.o
obj-$(CONFIG_GPIO_WM8994) += gpio-wm8994.o
obj-$(CONFIG_GPIO_XGENE) += gpio-xgene.o
+obj-$(CONFIG_GPIO_XGENE_SB) += gpio-xgene-sb.o
obj-$(CONFIG_GPIO_XILINX) += gpio-xilinx.o
obj-$(CONFIG_GPIO_XTENSA) += gpio-xtensa.o
obj-$(CONFIG_GPIO_ZEVIO) += gpio-zevio.o