aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/Kconfig
diff options
context:
space:
mode:
authorChris Leech <christopher.leech@intel.com>2006-05-23 17:18:44 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2006-06-17 21:18:43 -0700
commitc13c8260da3155f2cefb63b0d1b7dcdcb405c644 (patch)
treeecfe02fa44a423a948f5fb5ad76497da2bb7a402 /drivers/dma/Kconfig
parentLinux v2.6.17 (diff)
downloadlinux-dev-c13c8260da3155f2cefb63b0d1b7dcdcb405c644.tar.xz
linux-dev-c13c8260da3155f2cefb63b0d1b7dcdcb405c644.zip
[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>
Diffstat (limited to 'drivers/dma/Kconfig')
-rw-r--r--drivers/dma/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig
new file mode 100644
index 000000000000..f9ac4bcf8652
--- /dev/null
+++ b/drivers/dma/Kconfig
@@ -0,0 +1,13 @@
+#
+# DMA engine configuration
+#
+
+menu "DMA Engine support"
+
+config DMA_ENGINE
+ bool "Support for DMA engines"
+ ---help---
+ DMA engines offload copy operations from the CPU to dedicated
+ hardware, allowing the copies to happen asynchronously.
+
+endmenu