Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v5.17 10 lines 205 B view raw
1# SPDX-License-Identifier: GPL-2.0-only 2# DMA engine configuration for hsu 3config HSU_DMA 4 tristate 5 select DMA_ENGINE 6 select DMA_VIRTUAL_CHANNELS 7 8config HSU_DMA_PCI 9 tristate 10 depends on HSU_DMA && PCI