aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Makefile
diff options
context:
space:
mode:
authorKelvin Cheung <keguang.zhang@gmail.com>2016-04-06 20:34:53 +0800
committerLinus Walleij <linus.walleij@linaro.org>2016-04-09 20:14:35 +0200
commitbd37c999c7ca76afd4f28987314e98e022875dbc (patch)
tree1a38907c581e07cb9843f3ab4651fc9cc6cf670a /drivers/gpio/Makefile
parentgpio: document open drain/source behaviour (diff)
downloadlinux-dev-bd37c999c7ca76afd4f28987314e98e022875dbc.tar.xz
linux-dev-bd37c999c7ca76afd4f28987314e98e022875dbc.zip
gpio: Loongson1: add Loongson1 GPIO driver
This patch adds GPIO driver for Loongson1B. Signed-off-by: Kelvin Cheung <keguang.zhang@gmail.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 1e0b74f3b1ed..40ab9134a40c 100644
--- a/drivers/gpio/Makefile
+++ b/drivers/gpio/Makefile
@@ -127,3 +127,4 @@ 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
+obj-$(CONFIG_GPIO_LOONGSON1) += gpio-loongson1.o