9135408c3a
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>
4 lines
127 B
Makefile
4 lines
127 B
Makefile
obj-$(CONFIG_MTK_UART_APDMA) += mtk-uart-apdma.o
|
|
obj-$(CONFIG_MTK_HSDMA) += mtk-hsdma.o
|
|
obj-$(CONFIG_MTK_CQDMA) += mtk-cqdma.o
|