diff options
author | Kelvin Cheung <keguang.zhang@gmail.com> | 2016-04-06 20:34:53 +0800 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2016-04-09 20:14:35 +0200 |
commit | bd37c999c7ca76afd4f28987314e98e022875dbc (patch) | |
tree | 1a38907c581e07cb9843f3ab4651fc9cc6cf670a /drivers/gpio/Makefile | |
parent | 6b5029d3ec86ee9558a1ab0b4b41a98e970e2204 (diff) |
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/Makefile | 1 |
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 |