Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
fork
Configure Feed
Select the types of activity you want to include in your feed.
1# SPDX-License-Identifier: GPL-2.0-only
2config INTEL_LDMA
3 bool "Lightning Mountain centralized DMA controllers"
4 depends on X86 || COMPILE_TEST
5 select DMA_ENGINE
6 select DMA_VIRTUAL_CHANNELS
7 help
8 Enable support for Intel Lightning Mountain SOC DMA controllers.
9 These controllers provide DMA capabilities for a variety of on-chip
10 devices such as HSNAND and GSWIP (Gigabit Switch IP).