xref: /openbmc/linux/drivers/dma/mediatek/Kconfig (revision ba61bb17)
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