aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio/Makefile
diff options
context:
space:
mode:
authorGravatar Linus Walleij <linus.walleij@linaro.org> 2011-08-22 08:39:28 +0100
committerGravatar Russell King <rmk+kernel@arm.linux.org.uk> 2011-08-22 09:12:55 +0100
commit8338d87fea2c001b4f5a07f9217df89956d1fddd (patch)
treeefc6a257dacf3dd87c90282fdaaa626939c3e47e /drivers/gpio/Makefile
parentARM: 7037/1: mach-ks8695: fix GPIO LEDs (diff)
downloadlinux-8338d87fea2c001b4f5a07f9217df89956d1fddd.tar.gz
linux-8338d87fea2c001b4f5a07f9217df89956d1fddd.tar.bz2
linux-8338d87fea2c001b4f5a07f9217df89956d1fddd.zip
ARM: 7038/1: mach-davinci: move GPIO driver to GPIO subsystem
As per example from the other ARM boards, push the DaVinci 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 27295cbadaf3..a26fffacdfa5 100644
--- a/drivers/gpio/Makefile
+++ b/drivers/gpio/Makefile
@@ -14,6 +14,7 @@ obj-$(CONFIG_GPIO_ADP5588) += gpio-adp5588.o
obj-$(CONFIG_GPIO_BT8XX) += gpio-bt8xx.o
obj-$(CONFIG_GPIO_CS5535) += gpio-cs5535.o
obj-$(CONFIG_GPIO_DA9052) += gpio-da9052.o
+obj-$(CONFIG_ARCH_DAVINCI) += gpio-davinci.o
obj-$(CONFIG_GPIO_EP93XX) += gpio-ep93xx.o
obj-$(CONFIG_GPIO_EXYNOS4) += gpio-exynos4.o
obj-$(CONFIG_GPIO_IT8761E) += gpio-it8761e.o