summaryrefslogtreecommitdiffstats
path: root/drivers/Makefile
diff options
context:
space:
mode:
authorChris Leech2006-05-24 02:18:44 +0200
committerDavid S. Miller2006-06-18 06:18:43 +0200
commitc13c8260da3155f2cefb63b0d1b7dcdcb405c644 (patch)
treeecfe02fa44a423a948f5fb5ad76497da2bb7a402 /drivers/Makefile
parentLinux v2.6.17 (diff)
downloadkernel-qcow2-linux-c13c8260da3155f2cefb63b0d1b7dcdcb405c644.tar.gz
kernel-qcow2-linux-c13c8260da3155f2cefb63b0d1b7dcdcb405c644.tar.xz
kernel-qcow2-linux-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/Makefile')
-rw-r--r--drivers/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/Makefile b/drivers/Makefile
index 447d8e68887a..3c5170310bd0 100644
--- a/drivers/Makefile
+++ b/drivers/Makefile
@@ -74,3 +74,4 @@ obj-$(CONFIG_SGI_SN) += sn/
obj-y += firmware/
obj-$(CONFIG_CRYPTO) += crypto/
obj-$(CONFIG_SUPERH) += sh/
+obj-$(CONFIG_DMA_ENGINE) += dma/