diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2009-04-01 11:11:48 +0200 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2009-05-07 16:14:56 +0200 |
commit | bca6ef1e53b601ece59250f41b9817eba3afa490 (patch) | |
tree | 00b4d295f1b2738ba869ac5750f5f7debd456e01 /arch/arm/plat-mxc/Makefile | |
parent | 01eb1753fcafd25304ec9392e0d9d2acb649931b (diff) | |
download | talos-op-linux-bca6ef1e53b601ece59250f41b9817eba3afa490.tar.gz talos-op-linux-bca6ef1e53b601ece59250f41b9817eba3afa490.zip |
MXC: Add iomux support for MX35 SoCs
This iomux is called iomux-v3 in the tree because it is the third known
incarnation of MXC iomuxers. It is not only found on the MX35 but also
on the MX51 and probably others.
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/plat-mxc/Makefile')
-rw-r--r-- | arch/arm/plat-mxc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-mxc/Makefile b/arch/arm/plat-mxc/Makefile index 055406312b69..e3212c8ff421 100644 --- a/arch/arm/plat-mxc/Makefile +++ b/arch/arm/plat-mxc/Makefile @@ -7,4 +7,5 @@ obj-y := irq.o clock.o gpio.o time.o devices.o cpu.o system.o obj-$(CONFIG_ARCH_MX1) += iomux-mx1-mx2.o dma-mx1-mx2.o obj-$(CONFIG_ARCH_MX2) += iomux-mx1-mx2.o dma-mx1-mx2.o +obj-$(CONFIG_ARCH_MXC_IOMUX_V3) += iomux-v3.o obj-$(CONFIG_MXC_PWM) += pwm.o |