Skip to content

Commit

Permalink
dma: xilinx: Delete AXI CDMA driver
Browse files Browse the repository at this point in the history
This patch deletes the CDMA linux driver as the support
for the same will be added to the existing vdma driver.

Signed-off-by: Kedareswara rao Appana <[email protected]>
  • Loading branch information
kedareswararao authored and Michal Simek committed Jul 14, 2016
1 parent 013a5e5 commit 97833b1
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 1,047 deletions.
6 changes: 0 additions & 6 deletions drivers/dma/xilinx/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,6 @@ config XILINX_VDMATEST
Simple DMA test client. Say N unless you're debugging a
DMA Device driver.

config XILINX_AXICDMA
tristate "Xilinx AXI CDMA Engine"
select DMA_ENGINE
help
Enable support for Xilinx Axi Central DMA (memory to memory transfer).

config XILINX_CDMATEST
tristate "DMA Test client for CDMA"
depends on XILINX_AXICDMA
Expand Down
1 change: 0 additions & 1 deletion drivers/dma/xilinx/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
obj-$(CONFIG_XILINX_AXIDMA) += xilinx_dma.o
obj-$(CONFIG_XILINX_DMATEST) += axidmatest.o
obj-$(CONFIG_XILINX_VDMATEST) += vdmatest.o
obj-$(CONFIG_XILINX_AXICDMA) += xilinx_cdma.o
obj-$(CONFIG_XILINX_CDMATEST) += cdmatest.o
obj-$(CONFIG_XILINX_DPDMA) += xilinx_dpdma.o
obj-$(CONFIG_XILINX_VDMA) += xilinx_vdma.o
Expand Down
Loading

0 comments on commit 97833b1

Please sign in to comment.