hc
2023-11-06 15ade055295d13f95d49e3d99b09f3bbfb4a43e7
1
2
3
4
5
6
7
8
9
10
11
12
13
 
config MTK_HSDMA
   tristate "MediaTek High-Speed DMA controller support"
   depends on ARCH_MEDIATEK || COMPILE_TEST
   select DMA_ENGINE
   select DMA_VIRTUAL_CHANNELS
   ---help---
     Enable support for High-Speed DMA controller on MediaTek
     SoCs.
 
     This controller provides the channels which is dedicated to
     memory-to-memory transfer to offload from CPU through ring-
     based descriptor management.