Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27488
b: refs/heads/master
c: 0bbd5f4
h: refs/heads/master
v: v3
  • Loading branch information
Chris Leech authored and David S. Miller committed Jun 18, 2006
1 parent fa6650e commit 981ae25
Show file tree
Hide file tree
Showing 8 changed files with 1,272 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c13c8260da3155f2cefb63b0d1b7dcdcb405c644
refs/heads/master: 0bbd5f4e97ff9c057b385a1886b4aed1fb0300f1
9 changes: 9 additions & 0 deletions trunk/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 trunk/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 981ae25

Please sign in to comment.