Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.18-rc1 13 lines 403 B view raw
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.