xref: /linux/drivers/dma/mediatek/Kconfig (revision 6a61b70b43c9c4cbc7314bf6c8b5ba8b0d6e1e7b)
1
2config MTK_HSDMA
3	tristate "MediaTek High-Speed DMA controller support"
4	depends on ARCH_MEDIATEK || COMPILE_TEST
5	select DMA_ENGINE
6	select DMA_VIRTUAL_CHANNELS
7	---help---
8	  Enable support for High-Speed DMA controller on MediaTek
9	  SoCs.
10
11	  This controller provides the channels which is dedicated to
12	  memory-to-memory transfer to offload from CPU through ring-
13	  based descriptor management.
14