summaryrefslogtreecommitdiff
path: root/drivers/dma/mediatek/Makefile
diff options
context:
space:
mode:
authorLong Cheng <long.cheng@mediatek.com>2019-04-27 06:36:30 +0300
committerVinod Koul <vkoul@kernel.org>2019-06-07 13:06:45 +0300
commit9135408c3ace4f7201407b1ef79079c30340743e (patch)
tree3248ed792e01369c94f45ade5996abfff27d9d26 /drivers/dma/mediatek/Makefile
parent2fe5575f36cacaab860ed9822eb6b2ea7b6a52ba (diff)
downloadlinux-9135408c3ace4f7201407b1ef79079c30340743e.tar.xz
dmaengine: mediatek: Add MediaTek UART APDMA support
Add 8250 UART APDMA to support MediaTek UART. If MediaTek UART is enabled by SERIAL_8250_MT6577, and we can enable this driver to offload the UART device moving bytes. Signed-off-by: Long Cheng <long.cheng@mediatek.com> Signed-off-by: Sean Wang <sean.wang@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 41bb3815f636..61a6d29c8e8c 100644
--- a/drivers/dma/mediatek/Makefile
+++ b/drivers/dma/mediatek/Makefile
@@ -1,2 +1,3 @@
+obj-$(CONFIG_MTK_UART_APDMA) += mtk-uart-apdma.o
obj-$(CONFIG_MTK_HSDMA) += mtk-hsdma.o
obj-$(CONFIG_MTK_CQDMA) += mtk-cqdma.o