]> Pileus Git - ~andy/linux/blobdiff - drivers/dma/Kconfig
OMAPDSS: remove declarations for non-existing funcs
[~andy/linux] / drivers / dma / Kconfig
index d06ea2950dd9ffb9ad266bcedbb2db934e020376..677cd6e4e1a1c1afb387217fdc9f0f363c3149cf 100644 (file)
@@ -208,6 +208,16 @@ config SIRF_DMA
        help
          Enable support for the CSR SiRFprimaII DMA engine.
 
+config TI_EDMA
+       tristate "TI EDMA support"
+       depends on ARCH_DAVINCI
+       select DMA_ENGINE
+       select DMA_VIRTUAL_CHANNELS
+       default n
+       help
+         Enable support for the TI EDMA controller. This DMA
+         engine is found on TI DaVinci and AM33xx parts.
+
 config ARCH_HAS_ASYNC_TX_FIND_CHANNEL
        bool
 
@@ -292,6 +302,13 @@ config DMA_OMAP
        select DMA_ENGINE
        select DMA_VIRTUAL_CHANNELS
 
+config MMP_PDMA
+       bool "MMP PDMA support"
+       depends on (ARCH_MMP || ARCH_PXA)
+       select DMA_ENGINE
+       help
+         Support the MMP PDMA engine for PXA and MMP platfrom.
+
 config DMA_ENGINE
        bool