From: Sascha Hauer Date: Tue, 9 Sep 2008 08:19:44 +0000 (+0200) Subject: MX2: Add DMA support for mx2 and (eventually) mx1 X-Git-Tag: v2.6.28-rc1~293^2~5^2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58a85f465fb16a918a869eba05addb8f78d9e064;p=pandora-kernel.git MX2: Add DMA support for mx2 and (eventually) mx1 This patch adds DMA support for Freescale i.MX27 SoCs. It is derived from the i.MX1 port and should (though currently untested) still be working for the i.MX1. Signed-off-by: Sascha Hauer --- diff --git a/arch/arm/plat-mxc/Makefile b/arch/arm/plat-mxc/Makefile index 8c0f06e8fd3e..067556f7c91f 100644 --- a/arch/arm/plat-mxc/Makefile +++ b/arch/arm/plat-mxc/Makefile @@ -5,4 +5,4 @@ # Common support obj-y := irq.o clock.o gpio.o time.o devices.o -obj-$(CONFIG_ARCH_MX2) += iomux-mx1-mx2.o +obj-$(CONFIG_ARCH_MX2) += iomux-mx1-mx2.o dma-mx1-mx2.o Reading git-diff-tree failed