summaryrefslogtreecommitdiff
path: root/drivers/dma/xilinx/Makefile
diff options
context:
space:
mode:
authorKedareswara rao Appana <appana.durga.rao@xilinx.com>2016-06-24 08:21:25 +0300
committerVinod Koul <vinod.koul@intel.com>2016-07-08 08:21:35 +0300
commitfde57a7c4474b2d00b7b82b94aa2dd0160b1bbee (patch)
treebef535d2bd436bc57d108f8ff9c78b572f1b2402 /drivers/dma/xilinx/Makefile
parent5cd0749af203a2f321d07721b0ebd744fe4ac129 (diff)
downloadlinux-fde57a7c4474b2d00b7b82b94aa2dd0160b1bbee.tar.xz
dmaengine: xilinx: Rename driver and config
In the existing vdma driver support for AXI DMA and CDMA got added so the driver is no longer VDMA specific. This patch renames the driver and DT binding doc to xilinx_dma and updates the Kconfig description for all the DMAS. Signed-off-by: Kedareswara rao Appana <appanad@xilinx.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'drivers/dma/xilinx/Makefile')
-rw-r--r--drivers/dma/xilinx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/xilinx/Makefile b/drivers/dma/xilinx/Makefile
index 3c4e9f2fea28..af9e69a41f8f 100644
--- a/drivers/dma/xilinx/Makefile
+++ b/drivers/dma/xilinx/Makefile
@@ -1 +1 @@
-obj-$(CONFIG_XILINX_VDMA) += xilinx_vdma.o
+obj-$(CONFIG_XILINX_DMA) += xilinx_dma.o