Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 185761
b: refs/heads/master
c: 0fb6f73
h: refs/heads/master
i:
  185759: c6761b3
v: v3
  • Loading branch information
Piotr Ziecik authored and Dan Williams committed Mar 2, 2010
1 parent 382fd42 commit 6ab8233
Show file tree
Hide file tree
Showing 4 changed files with 809 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: 6c664a8915f5341c2e7f1df0bb4b9b4a88f6ad77
refs/heads/master: 0fb6f739bb612bc989d295056877374b749e721b
7 changes: 7 additions & 0 deletions trunk/drivers/dma/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,13 @@ config FSL_DMA
The Elo is the DMA controller on some 82xx and 83xx parts, and the
Elo Plus is the DMA controller on 85xx and 86xx parts.

config MPC512X_DMA
tristate "Freescale MPC512x built-in DMA engine support"
depends on PPC_MPC512x
select DMA_ENGINE
---help---
Enable support for the Freescale MPC512x built-in DMA engine.

config MV_XOR
bool "Marvell XOR engine support"
depends on PLAT_ORION
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/dma/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ obj-$(CONFIG_DMATEST) += dmatest.o
obj-$(CONFIG_INTEL_IOATDMA) += ioat/
obj-$(CONFIG_INTEL_IOP_ADMA) += iop-adma.o
obj-$(CONFIG_FSL_DMA) += fsldma.o
obj-$(CONFIG_MPC512X_DMA) += mpc512x_dma.o
obj-$(CONFIG_MV_XOR) += mv_xor.o
obj-$(CONFIG_DW_DMAC) += dw_dmac.o
obj-$(CONFIG_AT_HDMAC) += at_hdmac.o
Expand Down
Loading

0 comments on commit 6ab8233

Please sign in to comment.