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). 11