aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Makefile
diff options
context:
space:
mode:
authorJames Hogan <jhogan@kernel.org>2018-02-21 23:38:22 +0000
committerLinus Walleij <linus.walleij@linaro.org>2018-03-01 15:31:02 +0100
commit8f6d3b01477e09fc3e53a4935eba095b2357306f (patch)
treecfe20626ef699e8c7474853dec94b6184e958339 /drivers/gpio/Makefile
parenttools/gpio/gpio-event-mon: fix warning (diff)
downloadlinux-dev-8f6d3b01477e09fc3e53a4935eba095b2357306f.tar.xz
linux-dev-8f6d3b01477e09fc3e53a4935eba095b2357306f.zip
gpio: Drop TZ1090 drivers
Now that arch/metag/ has been removed, along with TZ1090 SoC support, remove the TZ1090 GPIO drivers. They are of no value without the architecture and SoC platform code. Signed-off-by: James Hogan <jhogan@kernel.org> Cc: linux-gpio@vger.kernel.org Cc: linux-metag@vger.kernel.org Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/Makefile')
-rw-r--r--drivers/gpio/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpio/Makefile b/drivers/gpio/Makefile
index 77f88bc086c4..3ad5e3cb628b 100644
--- a/drivers/gpio/Makefile
+++ b/drivers/gpio/Makefile
@@ -133,8 +133,6 @@ obj-$(CONFIG_GPIO_TS4900) += gpio-ts4900.o
obj-$(CONFIG_GPIO_TS5500) += gpio-ts5500.o
obj-$(CONFIG_GPIO_TWL4030) += gpio-twl4030.o
obj-$(CONFIG_GPIO_TWL6040) += gpio-twl6040.o
-obj-$(CONFIG_GPIO_TZ1090) += gpio-tz1090.o
-obj-$(CONFIG_GPIO_TZ1090_PDC) += gpio-tz1090-pdc.o
obj-$(CONFIG_GPIO_UCB1400) += gpio-ucb1400.o
obj-$(CONFIG_GPIO_UNIPHIER) += gpio-uniphier.o
obj-$(CONFIG_GPIO_VF610) += gpio-vf610.o