aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/Makefile
diff options
context:
space:
mode:
authorRameshwar Prasad Sahu <rsahu@apm.com>2015-03-18 19:17:34 +0530
committerVinod Koul <vinod.koul@intel.com>2015-04-02 14:04:48 +0530
commit9f2fd0dfa594d857fbdaeda523ff7a46f16567f5 (patch)
tree5ff64ca5510f6553495ff5ae88e74bcf6f055d43 /drivers/dma/Makefile
parentdmaengine: usb-dmac: Add Renesas USB DMA Controller (USB-DMAC) driver (diff)
downloadlinux-dev-9f2fd0dfa594d857fbdaeda523ff7a46f16567f5.tar.xz
linux-dev-9f2fd0dfa594d857fbdaeda523ff7a46f16567f5.zip
dmaengine: Add support for APM X-Gene SoC DMA engine driver
This patch implements the APM X-Gene SoC DMA engine driver. The APM X-Gene SoC DMA engine consists of 4 DMA channels for performing DMA operations. These DMA operations include memory copy, scatter-gather memory copy, raid5 xor, and raid6 p+q offloading. Signed-off-by: Rameshwar Prasad Sahu <rsahu@apm.com> Signed-off-by: Loc Ho <lho@apm.com> Signed-off-by: Vinod Koul <vinod.koul@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 af239e765cbb..1dab9ef196b0 100644
--- a/drivers/dma/Makefile
+++ b/drivers/dma/Makefile
@@ -52,3 +52,4 @@ obj-$(CONFIG_INTEL_MIC_X100_DMA) += mic_x100_dma.o
obj-$(CONFIG_NBPFAXI_DMA) += nbpfaxi.o
obj-$(CONFIG_DMA_SUN6I) += sun6i-dma.o
obj-$(CONFIG_IMG_MDC_DMA) += img-mdc-dma.o
+obj-$(CONFIG_XGENE_DMA) += xgene-dma.o