Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 316634
b: refs/heads/master
c: c6da0ba
h: refs/heads/master
v: v3
  • Loading branch information
Zhangfei Gao authored and Vinod Koul committed Jun 20, 2012
1 parent 9950c77 commit 28946e0
Show file tree
Hide file tree
Showing 4 changed files with 622 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3052cc2c92f11875d111d5b7b9b3ad535b3128b9
refs/heads/master: c6da0ba8dfc826d476b75710abdf787ff17542b5
10 changes: 10 additions & 0 deletions trunk/drivers/dma/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/dma/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ obj-$(CONFIG_PCH_DMA) += pch_dma.o
obj-$(CONFIG_AMBA_PL08X) += amba-pl08x.o
obj-$(CONFIG_EP93XX_DMA) += ep93xx_dma.o
obj-$(CONFIG_DMA_SA11X0) += sa11x0-dma.o
obj-$(CONFIG_MMP_TDMA) += mmp_tdma.o
Loading

0 comments on commit 28946e0

Please sign in to comment.