# DMA engine configuration
bool "DMA Engine support"
DMA engines can do asynchronous data transfers without
involving the host CPU. Currently, this framework can be
used to offload memory copies in the network stack and
RAID operations in the MD driver. This menu only presents
DMA Device drivers supported by the configured arch, it may
bool "DMA Engine debugging"
depends on DMADEVICES != n
This is an option for use by developers; most people should
say N here. This enables DMA engine core and driver debugging.
bool "DMA Engine verbose debugging"
depends on DMADEVICES_DEBUG != n
This is an option for use by developers; most people should
say N here. This enables deeper (more verbose) debugging of
the DMA engine core and drivers.
config ASYNC_TX_ENABLE_CHANNEL_SWITCH
config ARCH_HAS_ASYNC_TX_FIND_CHANNEL
config DMA_VIRTUAL_CHANNELS
tristate "Altera / Intel mSGDMA Engine"
Enable support for Altera / Intel mSGDMA controller.