|
@@ -3,11 +3,13 @@
|
|
|
#
|
|
#
|
|
|
|
|
|
|
|
menuconfig DMADEVICES
|
|
menuconfig DMADEVICES
|
|
|
- bool "DMA Offload Engine support"
|
|
|
|
|
|
|
+ bool "DMA Engine support"
|
|
|
depends on (PCI && X86) || ARCH_IOP32X || ARCH_IOP33X || ARCH_IOP13XX
|
|
depends on (PCI && X86) || ARCH_IOP32X || ARCH_IOP33X || ARCH_IOP13XX
|
|
|
help
|
|
help
|
|
|
- Intel(R) offload engines enable offloading memory copies in the
|
|
|
|
|
- network stack and RAID operations in the MD driver.
|
|
|
|
|
|
|
+ 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.
|
|
|
|
|
|
|
|
if DMADEVICES
|
|
if DMADEVICES
|
|
|
|
|
|