summaryrefslogtreecommitdiffstats
path: root/drivers/dma/mediatek/Makefile
diff options
context:
space:
mode:
authorShun-Chih Yu <shun-chih.yu@mediatek.com>2018-10-18 09:49:11 +0200
committerVinod Koul <vkoul@kernel.org>2018-11-11 10:45:18 +0100
commitb1f01e48df5a3454b88c5ff1eb4501f685351c67 (patch)
treecbf1221de776914f0c9fa6f5a5d98da1cd7557a9 /drivers/dma/mediatek/Makefile
parentLinux 4.20-rc1 (diff)
downloadlinux-b1f01e48df5a3454b88c5ff1eb4501f685351c67.tar.xz
linux-b1f01e48df5a3454b88c5ff1eb4501f685351c67.zip
dmaengine: mediatek: Add MediaTek Command-Queue DMA controller for MT6765 SoC
MediaTek Command-Queue DMA controller (CQDMA) on MT6765 SoC is dedicated to memory-to-memory transfer through queue based descriptor management. There are only 3 physical channels inside CQDMA, while the driver is extended to support 32 virtual channels for multiple dma users to issue dma requests onto the CQDMA simultaneously. Signed-off-by: Shun-Chih Yu <shun-chih.yu@mediatek.com> Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/dma/mediatek/Makefile')
-rw-r--r--drivers/dma/mediatek/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/dma/mediatek/Makefile b/drivers/dma/mediatek/Makefile
index 6e778f842f01..41bb3815f636 100644
--- a/drivers/dma/mediatek/Makefile
+++ b/drivers/dma/mediatek/Makefile
@@ -1 +1,2 @@
obj-$(CONFIG_MTK_HSDMA) += mtk-hsdma.o
+obj-$(CONFIG_MTK_CQDMA) += mtk-cqdma.o