Kconfig 403 B

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