summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Makefile
diff options
context:
space:
mode:
authorPaul Cercueil <paul@crapouillou.net>2018-08-21 18:42:36 +0200
committerLinus Walleij <linus.walleij@linaro.org>2018-08-29 13:38:20 +0200
commit57e2143473fd7c5a4aefd90d6d9ed19c2d1981f8 (patch)
tree207cd6f297b2b5b618130599fa21661f4aea2745 /drivers/gpio/Makefile
parent635c20a1fa79f30a5b3a603098a316c838e66983 (diff)
downloadlinux-stable-57e2143473fd7c5a4aefd90d6d9ed19c2d1981f8.tar.gz
linux-stable-57e2143473fd7c5a4aefd90d6d9ed19c2d1981f8.tar.bz2
linux-stable-57e2143473fd7c5a4aefd90d6d9ed19c2d1981f8.zip
gpio: ingenic: Remove driver
The pinctrl-ingenic driver is now handling the GPIO chips directly. Signed-off-by: Paul Cercueil <paul@crapouillou.net> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/Makefile')
-rw-r--r--drivers/gpio/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpio/Makefile b/drivers/gpio/Makefile
index c256aff66a65..80d58c2de730 100644
--- a/drivers/gpio/Makefile
+++ b/drivers/gpio/Makefile
@@ -57,7 +57,6 @@ obj-$(CONFIG_GPIO_GRGPIO) += gpio-grgpio.o
obj-$(CONFIG_GPIO_HLWD) += gpio-hlwd.o
obj-$(CONFIG_HTC_EGPIO) += gpio-htc-egpio.o
obj-$(CONFIG_GPIO_ICH) += gpio-ich.o
-obj-$(CONFIG_GPIO_INGENIC) += gpio-ingenic.o
obj-$(CONFIG_GPIO_IOP) += gpio-iop.o
obj-$(CONFIG_GPIO_IT87) += gpio-it87.o
obj-$(CONFIG_GPIO_JANZ_TTL) += gpio-janz-ttl.o