diff options
Diffstat (limited to 'drivers/dma/Kconfig')
-rw-r--r-- | drivers/dma/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig index f9ac4bcf8652..0f15e769c6bc 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig | |||
@@ -10,4 +10,13 @@ config DMA_ENGINE | |||
10 | DMA engines offload copy operations from the CPU to dedicated | 10 | DMA engines offload copy operations from the CPU to dedicated |
11 | hardware, allowing the copies to happen asynchronously. | 11 | hardware, allowing the copies to happen asynchronously. |
12 | 12 | ||
13 | comment "DMA Devices" | ||
14 | |||
15 | config INTEL_IOATDMA | ||
16 | tristate "Intel I/OAT DMA support" | ||
17 | depends on DMA_ENGINE && PCI | ||
18 | default m | ||
19 | ---help--- | ||
20 | Enable support for the Intel(R) I/OAT DMA engine. | ||
21 | |||
13 | endmenu | 22 | endmenu |