diff options
author | Long Cheng <long.cheng@mediatek.com> | 2019-04-27 06:36:30 +0300 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2019-06-07 13:06:45 +0300 |
commit | 9135408c3ace4f7201407b1ef79079c30340743e (patch) | |
tree | 3248ed792e01369c94f45ade5996abfff27d9d26 /drivers/dma/mediatek/Makefile | |
parent | 2fe5575f36cacaab860ed9822eb6b2ea7b6a52ba (diff) | |
download | linux-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/Makefile | 1 |
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 |