aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Makefile
diff options
context:
space:
mode:
authorKevin Hilman <khilman@ti.com>2011-05-20 11:53:37 +0200
committerKevin Hilman <khilman@ti.com>2011-05-27 08:43:34 -0700
commite5cdb13ff95e1400bc94d3e6610fc5e95be3b5b1 (patch)
tree0421e5fc4819966c366fd68a6cdfc5f89422c430 /drivers/gpio/Makefile
parentGPIO: OMAP: move register offset defines into <plat/gpio.h> (diff)
downloadlinux-dev-e5cdb13ff95e1400bc94d3e6610fc5e95be3b5b1.tar.xz
linux-dev-e5cdb13ff95e1400bc94d3e6610fc5e95be3b5b1.zip
GPIO: OMAP: move to drivers/gpio
Move OMAP GPIO driver to drivers/gpio. Builds whenever CONFIG_ARCH_OMAP=y. Signed-off-by: Kevin Hilman <khilman@ti.com>
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 becef5954356..a6f1d42f2653 100644
--- a/drivers/gpio/Makefile
+++ b/drivers/gpio/Makefile
@@ -19,6 +19,7 @@ obj-$(CONFIG_GPIO_MAX732X) += max732x.o
obj-$(CONFIG_GPIO_MC33880) += mc33880.o
obj-$(CONFIG_GPIO_MCP23S08) += mcp23s08.o
obj-$(CONFIG_GPIO_74X164) += 74x164.o
+obj-$(CONFIG_ARCH_OMAP) += gpio-omap.o
obj-$(CONFIG_GPIO_PCA953X) += pca953x.o
obj-$(CONFIG_GPIO_PCF857X) += pcf857x.o
obj-$(CONFIG_GPIO_PCH) += pch_gpio.o