aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/Kconfig
diff options
context:
space:
mode:
authorZhangfei Gao <zhangfei.gao@marvell.com>2012-06-14 23:04:08 -0400
committerVinod Koul <vinod.koul@linux.intel.com>2012-06-20 06:58:41 -0400
commitc6da0ba8dfc826d476b75710abdf787ff17542b5 (patch)
tree56ea0532a03a249408fe4a6444d634246572eaf8 /drivers/dma/Kconfig
parent3052cc2c92f11875d111d5b7b9b3ad535b3128b9 (diff)
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 b3761153649d..90fec0e0e8f5 100644
--- a/drivers/dma/Kconfig
+++ b/drivers/dma/Kconfig
@@ -274,6 +274,16 @@ config DMA_SA11X0
274 SA-1110 SoCs. This DMA engine can only be used with on-chip 274 SA-1110 SoCs. This DMA engine can only be used with on-chip
275 devices. 275 devices.
276 276
277config MMP_TDMA
278 bool "MMP Two-Channel DMA support"
279 default ARCH_MMP
280 select DMA_ENGINE
281 help
282 Support the MMP Two-Channel DMA engine.
283 This engine used for MMP Audio DMA and pxa910 SQU.
284
285 Say Y here if you enabled MMP ADMA, otherwise say N.
286
277config DMA_ENGINE 287config DMA_ENGINE
278 bool 288 bool
279 289