]> err.no Git - linux-2.6/blobdiff - drivers/dma/Kconfig
virtio: Add transport feature handling stub for virtio_ring.
[linux-2.6] / drivers / dma / Kconfig
index 5af8b1cfc1e9ce714eceb358d62d37b2841d8af1..cd303901eb5b20c13b1636ec32614d3ac8800a60 100644 (file)
@@ -38,6 +38,15 @@ config INTEL_IOP_ADMA
        help
          Enable support for the Intel(R) IOP Series RAID engines.
 
+config DW_DMAC
+       tristate "Synopsys DesignWare AHB DMA support"
+       depends on AVR32
+       select DMA_ENGINE
+       default y if CPU_AT32AP7000
+       help
+         Support the Synopsys DesignWare AHB DMA controller.  This
+         can be integrated in chips such as the Atmel AT32ap7000.
+
 config FSL_DMA
        bool "Freescale MPC85xx/MPC83xx DMA support"
        depends on PPC
@@ -72,4 +81,11 @@ config NET_DMA
          Say Y here if you enabled INTEL_IOATDMA or FSL_DMA, otherwise
          say N.
 
+config DMATEST
+       tristate "DMA Test client"
+       depends on DMA_ENGINE
+       help
+         Simple DMA test client. Say N unless you're debugging a
+         DMA Device driver.
+
 endif