Skip to content

Commit

Permalink
[I/OAT]: Driver for the Intel(R) I/OAT DMA engine
Browse files Browse the repository at this point in the history
Adds a new ioatdma driver

Signed-off-by: Chris Leech <christopher.leech@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Chris Leech authored and David S. Miller committed Jun 18, 2006
1 parent c13c826 commit 0bbd5f4
Show file tree
Hide file tree
Showing 7 changed files with 1,271 additions and 0 deletions.
9 changes: 9 additions & 0 deletions drivers/dma/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,13 @@ config DMA_ENGINE
DMA engines offload copy operations from the CPU to dedicated
hardware, allowing the copies to happen asynchronously.

comment "DMA Devices"

config INTEL_IOATDMA
tristate "Intel I/OAT DMA support"
depends on DMA_ENGINE && PCI
default m
---help---
Enable support for the Intel(R) I/OAT DMA engine.

endmenu
1 change: 1 addition & 0 deletions drivers/dma/Makefile
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
obj-y += dmaengine.o
obj-$(CONFIG_INTEL_IOATDMA) += ioatdma.o
Loading

0 comments on commit 0bbd5f4

Please sign in to comment.