mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-10 07:00:48 +00:00
c13c8260da
Provides an API for offloading memory copies to DMA devices Signed-off-by: Chris Leech <christopher.leech@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
14 lines
254 B
Plaintext
14 lines
254 B
Plaintext
#
|
|
# DMA engine configuration
|
|
#
|
|
|
|
menu "DMA Engine support"
|
|
|
|
config DMA_ENGINE
|
|
bool "Support for DMA engines"
|
|
---help---
|
|
DMA engines offload copy operations from the CPU to dedicated
|
|
hardware, allowing the copies to happen asynchronously.
|
|
|
|
endmenu
|