aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/Kconfig
diff options
context:
space:
mode:
authorJun Nie <jun.nie@linaro.org>2015-05-05 22:06:08 +0800
committerVinod Koul <vinod.koul@intel.com>2015-07-16 18:58:50 +0530
commite3fa9841d309ae7992b658eba0f973543b97ed1f (patch)
treec44a3eddf619db137feb93637200eb0000a30bae /drivers/dma/Kconfig
parentDocumentation: dma: Add documentation for ZTE DMA (diff)
downloadlinux-dev-e3fa9841d309ae7992b658eba0f973543b97ed1f.tar.xz
linux-dev-e3fa9841d309ae7992b658eba0f973543b97ed1f.zip
dmaengine: zxdma: Support ZTE ZX296702 dma
Add ZTE ZX296702 dma controller support. Only device tree probe is support currently. Signed-off-by: Jun Nie <jun.nie@linaro.org> Reviewed-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'drivers/dma/Kconfig')
-rw-r--r--drivers/dma/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig
index 88d474b78076..bcbfc6b3b71b 100644
--- a/drivers/dma/Kconfig
+++ b/drivers/dma/Kconfig
@@ -458,6 +458,13 @@ config XGENE_DMA
select ASYNC_TX_ENABLE_CHANNEL_SWITCH
help
Enable support for the APM X-Gene SoC DMA engine.
+config ZX_DMA
+ tristate "ZTE ZX296702 DMA support"
+ depends on ARCH_ZX
+ select DMA_ENGINE
+ select DMA_VIRTUAL_CHANNELS
+ help
+ Support the DMA engine for ZTE ZX296702 platform devices.
config DMA_ENGINE
bool