dmaengine: Add Freescale i.MX SDMA support
[deliverable/linux.git] / drivers / dma / Kconfig
index 9520cf02edc840f51c6aef659a9dbd5ef6a42806..3cf1d123f2d38a4b0a0bec577ece192198f05ce3 100644 (file)
@@ -195,6 +195,14 @@ config PCH_DMA
        help
          Enable support for the Topcliff PCH DMA engine.
 
+config IMX_SDMA
+       tristate "i.MX SDMA support"
+       depends on ARCH_MX25 || ARCH_MX3 || ARCH_MX5
+       select DMA_ENGINE
+       help
+         Support the i.MX SDMA engine. This engine is integrated into
+         Freescale i.MX25/31/35/51 chips.
+
 config DMA_ENGINE
        bool
 
This page took 0.025949 seconds and 5 git commands to generate.