dmaengine: sun6i: Add driver for the Allwinner A31 DMA controller
[cascardo/linux.git] / drivers / dma / Kconfig
index 1eca7b9..4b43927 100644 (file)
@@ -375,6 +375,14 @@ config XILINX_VDMA
          channels, Memory Mapped to Stream (MM2S) and Stream to
          Memory Mapped (S2MM) for the data transfers.
 
+config DMA_SUN6I
+       tristate "Allwinner A31 SoCs DMA support"
+       depends on MACH_SUN6I || COMPILE_TEST
+       select DMA_ENGINE
+       select DMA_VIRTUAL_CHANNELS
+       help
+         Support for the DMA engine for Allwinner A31 SoCs.
+
 config DMA_ENGINE
        bool