URL
https://opencores.org/ocsvn/test_project/test_project/trunk
Subversion Repositories test_project
[/] [test_project/] [trunk/] [linux_sd_driver/] [drivers/] [dma/] [Kconfig] - Rev 81
Compare with Previous | Blame | View Log
## DMA engine configuration#menuconfig DMADEVICESbool "DMA Engine support"depends on (PCI && X86) || ARCH_IOP32X || ARCH_IOP33X || ARCH_IOP13XX ||OR32helpDMA engines can do asynchronous data transfers withoutinvolving the host CPU. Currently, this framework can beused to offload memory copies in the network stack andRAID operations in the MD driver.if DMADEVICEScomment "DMA Devices"config INTEL_IOATDMAtristate "Intel I/OAT DMA support"depends on PCI && X86select DMA_ENGINEselect DCAhelpEnable support for the Intel(R) I/OAT DMA engine presentin recent Intel Xeon chipsets.Say Y here if you have such a chipset.If unsure, say N.config INTEL_IOP_ADMAtristate "Intel IOP ADMA support"depends on ARCH_IOP32X || ARCH_IOP33X || ARCH_IOP13XXselect ASYNC_COREselect DMA_ENGINEhelpEnable support for the Intel(R) IOP Series RAID engines.config DMA_ENGINEboolcomment "DMA Clients"depends on DMA_ENGINEconfig NET_DMAbool "Network: TCP receive copy offload"depends on DMA_ENGINE && NEThelpThis enables the use of DMA engines in the network stack tooffload receive copy-to-user operations, freeing CPU cycles.Since this is the main user of the DMA engine, it should be enabled;say Y here.endif
