]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame - drivers/dma/Kconfig
[I/OAT]: Move PCI_DEVICE_ID_INTEL_IOAT to linux/pci_ids.h
[mirror_ubuntu-zesty-kernel.git] / drivers / dma / Kconfig
CommitLineData
c13c8260
CL
1#
2# DMA engine configuration
3#
4
5menu "DMA Engine support"
6
7config DMA_ENGINE
8 bool "Support for DMA engines"
9 ---help---
10 DMA engines offload copy operations from the CPU to dedicated
11 hardware, allowing the copies to happen asynchronously.
12
0bbd5f4e
CL
13comment "DMA Devices"
14
15config 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
c13c8260 22endmenu