aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/dma')
-rw-r--r--drivers/dma/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig
index 446687cc2334..af3676333da4 100644
--- a/drivers/dma/Kconfig
+++ b/drivers/dma/Kconfig
@@ -289,9 +289,11 @@ config MMP_TDMA
289 bool "MMP Two-Channel DMA support" 289 bool "MMP Two-Channel DMA support"
290 depends on ARCH_MMP 290 depends on ARCH_MMP
291 select DMA_ENGINE 291 select DMA_ENGINE
292 select MMP_SRAM
292 help 293 help
293 Support the MMP Two-Channel DMA engine. 294 Support the MMP Two-Channel DMA engine.
294 This engine used for MMP Audio DMA and pxa910 SQU. 295 This engine used for MMP Audio DMA and pxa910 SQU.
296 It needs sram driver under mach-mmp.
295 297
296 Say Y here if you enabled MMP ADMA, otherwise say N. 298 Say Y here if you enabled MMP ADMA, otherwise say N.
297 299