inotify: fix race
[linux-2.6.22.y-op.git] / drivers / dma / Kconfig
blob72be6c63edfc01767d503eaa57ba9c40e0219498
2 # DMA engine configuration
5 menu "DMA Engine support"
6         depends on !S390
8 config DMA_ENGINE
9         bool "Support for DMA engines"
10         ---help---
11           DMA engines offload copy operations from the CPU to dedicated
12           hardware, allowing the copies to happen asynchronously.
14 comment "DMA Clients"
16 config NET_DMA
17         bool "Network: TCP receive copy offload"
18         depends on DMA_ENGINE && NET
19         default y
20         ---help---
21           This enables the use of DMA engines in the network stack to
22           offload receive copy-to-user operations, freeing CPU cycles.
23           Since this is the main user of the DMA engine, it should be enabled;
24           say Y here.
26 comment "DMA Devices"
28 config INTEL_IOATDMA
29         tristate "Intel I/OAT DMA support"
30         depends on DMA_ENGINE && PCI
31         default m
32         ---help---
33           Enable support for the Intel(R) I/OAT DMA engine.
35 endmenu