diff options
author | Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com> | 2018-03-06 14:46:14 +0300 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2018-03-19 13:38:16 +0530 |
commit | 1fe20f1b84548bbcf48b6659ea171cd46618ea3a (patch) | |
tree | e1ece30919e1a08864e6c7ade9e7dd2f1f3d0685 /drivers/dma/dw-axi-dmac/Makefile | |
parent | 7928b2cbe55b2a410a0f5c1f154610059c57b1b2 (diff) | |
download | talos-op-linux-1fe20f1b84548bbcf48b6659ea171cd46618ea3a.tar.gz talos-op-linux-1fe20f1b84548bbcf48b6659ea171cd46618ea3a.zip |
dmaengine: Introduce DW AXI DMAC driver
This patch adds support for the DW AXI DMAC controller.
DW AXI DMAC is a part of HSDK development board from Synopsys.
In this driver implementation only DMA_MEMCPY transfers are
supported.
Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'drivers/dma/dw-axi-dmac/Makefile')
-rw-r--r-- | drivers/dma/dw-axi-dmac/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dma/dw-axi-dmac/Makefile b/drivers/dma/dw-axi-dmac/Makefile new file mode 100644 index 000000000000..4bfa462005be --- /dev/null +++ b/drivers/dma/dw-axi-dmac/Makefile @@ -0,0 +1 @@ +obj-$(CONFIG_DW_AXI_DMAC) += dw-axi-dmac-platform.o |