summaryrefslogtreecommitdiffstats
path: root/drivers/dma/Makefile
diff options
context:
space:
mode:
authorSascha Hauer2010-10-06 10:25:55 +0200
committerDan Williams2010-10-08 00:18:03 +0200
commit1f1846c6ceed07c03ef036a27864befe0f773997 (patch)
tree107e5cabb0e33c041283a2cebd46482381878adb /drivers/dma/Makefile
parentdmaengine: Add Freescale i.MX SDMA support (diff)
downloadkernel-qcow2-linux-1f1846c6ceed07c03ef036a27864befe0f773997.tar.gz
kernel-qcow2-linux-1f1846c6ceed07c03ef036a27864befe0f773997.tar.xz
kernel-qcow2-linux-1f1846c6ceed07c03ef036a27864befe0f773997.zip
dmaengine: Add Freescale i.MX1/21/27 DMA driver
This driver is currently implemented as a user to the old i.MX DMA API. This allows us to convert each user of the old API to the dmaengine API one by one. Once this is done the old DMA driver can be merged into the i.MX dmaengine driver. V2: remove some debug leftovers and unused variables Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Acked-by: Linus Walleij <linus.walleij@stericsson.com> Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'drivers/dma/Makefile')
-rw-r--r--drivers/dma/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dma/Makefile b/drivers/dma/Makefile
index 3ed7babd3a99..79ac75b51065 100644
--- a/drivers/dma/Makefile
+++ b/drivers/dma/Makefile
@@ -22,6 +22,7 @@ obj-$(CONFIG_SH_DMAE) += shdma.o
obj-$(CONFIG_COH901318) += coh901318.o coh901318_lli.o
obj-$(CONFIG_AMCC_PPC440SPE_ADMA) += ppc4xx/
obj-$(CONFIG_IMX_SDMA) += imx-sdma.o
+obj-$(CONFIG_IMX_DMA) += imx-dma.o
obj-$(CONFIG_TIMB_DMA) += timb_dma.o
obj-$(CONFIG_STE_DMA40) += ste_dma40.o ste_dma40_ll.o
obj-$(CONFIG_PL330_DMA) += pl330.o