summaryrefslogtreecommitdiffstats
path: root/drivers/dma/Kconfig
diff options
context:
space:
mode:
authorZhangfei Gao2012-06-15 05:04:08 +0200
committerVinod Koul2012-06-20 12:58:41 +0200
commitc6da0ba8dfc826d476b75710abdf787ff17542b5 (patch)
tree56ea0532a03a249408fe4a6444d634246572eaf8 /drivers/dma/Kconfig
parentdmaengine: Add wrapper for device_tx_status callback (diff)
downloadkernel-qcow2-linux-c6da0ba8dfc826d476b75710abdf787ff17542b5.tar.gz
kernel-qcow2-linux-c6da0ba8dfc826d476b75710abdf787ff17542b5.tar.xz
kernel-qcow2-linux-c6da0ba8dfc826d476b75710abdf787ff17542b5.zip
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
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