aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Makefile
diff options
context:
space:
mode:
authorJoachim Eastwood <manabian@gmail.com>2015-05-02 23:11:34 +0200
committerLinus Walleij <linus.walleij@linaro.org>2015-05-05 17:50:07 +0200
commit13a43fd9e90552c8258981d0a0eb82d73406c24d (patch)
tree0656b930ebdb98fc6d6c9232efd3762f5752bb81 /drivers/gpio/Makefile
parentgpio: max732x: Propagate wake-up setting to parent irq controller (diff)
downloadlinux-dev-13a43fd9e90552c8258981d0a0eb82d73406c24d.tar.xz
linux-dev-13a43fd9e90552c8258981d0a0eb82d73406c24d.zip
gpio: add lpc18xx gpio driver
Driver for the GPIO block found on NXP LPC18xx/43xx devices. Signed-off-by: Joachim Eastwood <manabian@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 f71bb971329c..7b7f5d2e8ad4 100644
--- a/drivers/gpio/Makefile
+++ b/drivers/gpio/Makefile
@@ -44,6 +44,7 @@ obj-$(CONFIG_ARCH_KS8695) += gpio-ks8695.o
obj-$(CONFIG_GPIO_INTEL_MID) += gpio-intel-mid.o
obj-$(CONFIG_GPIO_LOONGSON) += gpio-loongson.o
obj-$(CONFIG_GPIO_LP3943) += gpio-lp3943.o
+obj-$(CONFIG_GPIO_LPC18XX) += gpio-lpc18xx.o
obj-$(CONFIG_ARCH_LPC32XX) += gpio-lpc32xx.o
obj-$(CONFIG_GPIO_LYNXPOINT) += gpio-lynxpoint.o
obj-$(CONFIG_GPIO_MAX730X) += gpio-max730x.o