aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-mxc/Makefile
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2008-07-05 10:02:55 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2008-07-05 10:02:55 +0200
commitaa10abd381b9493a88f6b9e111adc79e33d548fa (patch)
tree59632a2283057cc671e82cdb32542fa796c3e3fc /arch/arm/plat-mxc/Makefile
parentMXC arch: Simplify architecture's irq sources (diff)
downloadlinux-dev-aa10abd381b9493a88f6b9e111adc79e33d548fa.tar.xz
linux-dev-aa10abd381b9493a88f6b9e111adc79e33d548fa.zip
i.MX2 family: Add GPIO multiplexing support
This patch adds GPIO multiplexing support for the imx1/mxc2 family of procesors. Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>
Diffstat (limited to 'arch/arm/plat-mxc/Makefile')
-rw-r--r--arch/arm/plat-mxc/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/plat-mxc/Makefile b/arch/arm/plat-mxc/Makefile
index e3cc25c6d46f..db66e9ae8414 100644
--- a/arch/arm/plat-mxc/Makefile
+++ b/arch/arm/plat-mxc/Makefile
@@ -4,3 +4,5 @@
# Common support
obj-y := irq.o clock.o gpio.o time.o
+
+obj-$(CONFIG_ARCH_MX2) += iomux-mx1-mx2.o