forked from Minki/linux
b1f01e48df
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>
3 lines
78 B
Makefile
3 lines
78 B
Makefile
obj-$(CONFIG_MTK_HSDMA) += mtk-hsdma.o
|
|
obj-$(CONFIG_MTK_CQDMA) += mtk-cqdma.o
|