aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/Kconfig
diff options
context:
space:
mode:
authorAndrew Bresticker <abrestic@chromium.org>2014-12-11 14:59:17 -0800
committerVinod Koul <vinod.koul@intel.com>2015-02-04 18:13:32 -0800
commit5689ba7fd9f1118bc6b9e4020c116e0cfebc4654 (patch)
tree2b4e17da67a9b608b4ff8cbbecf31abd639cc436 /drivers/dma/Kconfig
parentdmaengine: Add binding document for IMG MDC (diff)
downloadlinux-dev-5689ba7fd9f1118bc6b9e4020c116e0cfebc4654.tar.xz
linux-dev-5689ba7fd9f1118bc6b9e4020c116e0cfebc4654.zip
dmaengine: Add driver for IMG MDC
Add support for the IMG Multi-threaded DMA Controller (MDC) found on certain IMG SoCs. Currently this driver supports the variant present on the MIPS-based Pistachio SoC. Signed-off-by: Andrew Bresticker <abrestic@chromium.org> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'drivers/dma/Kconfig')
-rw-r--r--drivers/dma/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig
index f2b2c4e87aef..8990d483988b 100644
--- a/drivers/dma/Kconfig
+++ b/drivers/dma/Kconfig
@@ -416,6 +416,15 @@ config NBPFAXI_DMA
help
Support for "Type-AXI" NBPF DMA IPs from Renesas
+config IMG_MDC_DMA
+ tristate "IMG MDC support"
+ depends on MIPS || COMPILE_TEST
+ depends on MFD_SYSCON
+ select DMA_ENGINE
+ select DMA_VIRTUAL_CHANNELS
+ help
+ Enable support for the IMG multi-threaded DMA controller (MDC).
+
config DMA_ENGINE
bool