]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/dma/Kconfig
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc
[linux-2.6-omap-h63xx.git] / drivers / dma / Kconfig
index 492aa080562dca216a4d13cab622bd0345d2f7fc..8f670dae53bb31ea3d520f3f73d8ef0f98483b7c 100644 (file)
@@ -3,7 +3,7 @@
 #
 
 menu "DMA Engine support"
-       depends on !S390
+       depends on HAS_DMA
 
 config DMA_ENGINE
        bool "Support for DMA engines"
@@ -31,4 +31,13 @@ config INTEL_IOATDMA
        default m
        ---help---
          Enable support for the Intel(R) I/OAT DMA engine.
+
+config INTEL_IOP_ADMA
+        tristate "Intel IOP ADMA support"
+        depends on DMA_ENGINE && (ARCH_IOP32X || ARCH_IOP33X || ARCH_IOP13XX)
+       select ASYNC_CORE
+        default m
+        ---help---
+          Enable support for the Intel(R) IOP Series RAID engines.
+
 endmenu