aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio/Makefile
diff options
context:
space:
mode:
authorGravatar Linus Walleij <linus.walleij@linaro.org> 2011-08-22 08:40:10 +0100
committerGravatar Russell King <rmk+kernel@arm.linux.org.uk> 2011-08-22 09:12:55 +0100
commitbd08d709c4a44089a9d87a3b402a54c1d6b8890b (patch)
tree9c7332042cdc2b08e8383374700baba82f52ca33 /drivers/gpio/Makefile
parentARM: 7038/1: mach-davinci: move GPIO driver to GPIO subsystem (diff)
downloadlinux-bd08d709c4a44089a9d87a3b402a54c1d6b8890b.tar.gz
linux-bd08d709c4a44089a9d87a3b402a54c1d6b8890b.tar.bz2
linux-bd08d709c4a44089a9d87a3b402a54c1d6b8890b.zip
ARM: 7039/1: mach-davinci: move DaVinci TNET GPIO driver to GPIO subsystem
As per example from the other ARM boards, push the DaVinci TNET GPIO driver down to the GPIO subsystem so it can be consolidated. Cc: Sekhar Nori <nsekhar@ti.com> Cc: Kevin Hilman <khilman@ti.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
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 a26fffacdfa5..226982277330 100644
--- a/drivers/gpio/Makefile
+++ b/drivers/gpio/Makefile
@@ -51,6 +51,7 @@ obj-$(CONFIG_GPIO_SX150X) += gpio-sx150x.o
obj-$(CONFIG_GPIO_TC3589X) += gpio-tc3589x.o
obj-$(CONFIG_ARCH_TEGRA) += gpio-tegra.o
obj-$(CONFIG_GPIO_TIMBERDALE) += gpio-timberdale.o
+obj-$(CONFIG_ARCH_DAVINCI_TNETV107X) += gpio-tnetv107x.o
obj-$(CONFIG_GPIO_TPS65910) += gpio-tps65910.o
obj-$(CONFIG_GPIO_TPS65912) += gpio-tps65912.o
obj-$(CONFIG_GPIO_TWL4030) += gpio-twl4030.o