This website requires JavaScript.
Explore
Help
Register
Sign In
Minki
/
linux
Watch
1
Star
0
Fork
1
You've already forked linux
mirror of
https://github.com/torvalds/linux.git
synced
2024-11-01 09:41:44 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
db21733488
linux
/
drivers
/
dma
/
Makefile
3 lines
62 B
Makefile
Raw
Normal View
History
Unescape
Escape
[I/OAT]: DMA memcpy subsystem Provides an API for offloading memory copies to DMA devices Signed-off-by: Chris Leech <christopher.leech@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
2006-05-24 00:18:44 +00:00
obj-y
+=
dmaengine.o
[I/OAT]: Driver for the Intel(R) I/OAT DMA engine Adds a new ioatdma driver Signed-off-by: Chris Leech <christopher.leech@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
2006-05-24 00:35:34 +00:00
obj-$(CONFIG_INTEL_IOATDMA)
+=
ioatdma.o
Reference in New Issue
Copy Permalink