summaryrefslogtreecommitdiff
path: root/drivers/dma/Kconfig
diff options
context:
space:
mode:
authorZhangfei Gao <zhangfei.gao@marvell.com>2012-06-15 03:04:08 (GMT)
committerVinod Koul <vinod.koul@linux.intel.com>2012-06-20 10:58:41 (GMT)
commitc6da0ba8dfc826d476b75710abdf787ff17542b5 (patch)
tree56ea0532a03a249408fe4a6444d634246572eaf8 /drivers/dma/Kconfig
parent3052cc2c92f11875d111d5b7b9b3ad535b3128b9 (diff)
downloadlinux-fsl-qoriq-c6da0ba8dfc826d476b75710abdf787ff17542b5.tar.xz
dmaengine: mmp_tdma: add mmp tdma support
Add support for two-channel dma under dmaengine support: mmp-adma and pxa910-squ Signed-off-by: Zhangfei Gao <zhangfei.gao@marvell.com> Signed-off-by: Leo Yan <leoy@marvell.com> Signed-off-by: Qiao Zhou <zhouqiao@marvell.com> Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>
Diffstat (limited to 'drivers/dma/Kconfig')
-rw-r--r--drivers/dma/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig
index b376115..90fec0e 100644
--- a/drivers/dma/Kconfig
+++ b/drivers/dma/Kconfig
@@ -274,6 +274,16 @@ config DMA_SA11X0
SA-1110 SoCs. This DMA engine can only be used with on-chip
devices.
+config MMP_TDMA
+ bool "MMP Two-Channel DMA support"
+ default ARCH_MMP
+ select DMA_ENGINE
+ help
+ Support the MMP Two-Channel DMA engine.
+ This engine used for MMP Audio DMA and pxa910 SQU.
+
+ Say Y here if you enabled MMP ADMA, otherwise say N.
+
config DMA_ENGINE
bool