diff options
author | Xuelin Shi <xuelin.shi@freescale.com> | 2015-03-03 06:26:22 (GMT) |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2015-04-02 10:40:27 (GMT) |
commit | ad80da658bbcaaac1d3617ea6cb0f4d5e16da422 (patch) | |
tree | 3808e3df04cafb9dc9088ffdad7e6b40dff6cb38 /drivers/dma/Makefile | |
parent | a3f92e8ebe1547705dfda9c04bacb31417510692 (diff) | |
download | linux-ad80da658bbcaaac1d3617ea6cb0f4d5e16da422.tar.xz |
dmaengine: Driver support for FSL RaidEngine device.
The RaidEngine is a new FSL hardware used for Raid5/6 acceration.
This patch enables the RaidEngine functionality and provides
hardware offloading capability for memcpy, xor and pq computation.
It works with async_tx.
Signed-off-by: Harninder Rai <harninder.rai@freescale.com>
Signed-off-by: Xuelin Shi <xuelin.shi@freescale.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'drivers/dma/Makefile')
-rw-r--r-- | drivers/dma/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dma/Makefile b/drivers/dma/Makefile index 1dab9ef..345ec47 100644 --- a/drivers/dma/Makefile +++ b/drivers/dma/Makefile @@ -45,6 +45,7 @@ obj-$(CONFIG_DMA_JZ4780) += dma-jz4780.o obj-$(CONFIG_TI_CPPI41) += cppi41.o obj-$(CONFIG_K3_DMA) += k3dma.o obj-$(CONFIG_MOXART_DMA) += moxart-dma.o +obj-$(CONFIG_FSL_RAID) += fsl_raid.o obj-$(CONFIG_FSL_EDMA) += fsl-edma.o obj-$(CONFIG_QCOM_BAM_DMA) += qcom_bam_dma.o obj-y += xilinx/ |