dmaengine: add OMAP DMA engine driver
[pandora-kernel.git] / drivers / dma / Kconfig
index eb2b60e..8be3bf6 100644 (file)
@@ -261,6 +261,12 @@ config DMA_SA11X0
          SA-1110 SoCs.  This DMA engine can only be used with on-chip
          devices.
 
+config DMA_OMAP
+       tristate "OMAP DMA support"
+       depends on ARCH_OMAP
+       select DMA_ENGINE
+       select DMA_VIRTUAL_CHANNELS
+
 config DMA_ENGINE
        bool