diff options
author | Piotr Ziecik <kosmo@semihalf.com> | 2010-02-04 22:42:52 -0500 |
---|---|---|
committer | Dan Williams <dan.j.williams@intel.com> | 2010-03-02 00:16:42 -0500 |
commit | 0fb6f739bb612bc989d295056877374b749e721b (patch) | |
tree | a7105b3d73736535b3bdb0f15f8f8c0869b81279 /drivers/dma/Kconfig | |
parent | 6c664a8915f5341c2e7f1df0bb4b9b4a88f6ad77 (diff) |
dma: Add MPC512x DMA driver
Adds initial version of MPC512x DMA driver.
Only memory to memory transfers are currenly supported.
Signed-off-by: Piotr Ziecik <kosmo@semihalf.com>
Signed-off-by: Wolfgang Denk <wd@denx.de>
Signed-off-by: Anatolij Gustschin <agust@denx.de>
Cc: John Rigby <jcrigby@gmail.com>
Acked-by: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'drivers/dma/Kconfig')
-rw-r--r-- | drivers/dma/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig index 1f4bbd66258d..c27f80e5d531 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig | |||
@@ -85,6 +85,13 @@ config FSL_DMA | |||
85 | The Elo is the DMA controller on some 82xx and 83xx parts, and the | 85 | The Elo is the DMA controller on some 82xx and 83xx parts, and the |
86 | Elo Plus is the DMA controller on 85xx and 86xx parts. | 86 | Elo Plus is the DMA controller on 85xx and 86xx parts. |
87 | 87 | ||
88 | config MPC512X_DMA | ||
89 | tristate "Freescale MPC512x built-in DMA engine support" | ||
90 | depends on PPC_MPC512x | ||
91 | select DMA_ENGINE | ||
92 | ---help--- | ||
93 | Enable support for the Freescale MPC512x built-in DMA engine. | ||
94 | |||
88 | config MV_XOR | 95 | config MV_XOR |
89 | bool "Marvell XOR engine support" | 96 | bool "Marvell XOR engine support" |
90 | depends on PLAT_ORION | 97 | depends on PLAT_ORION |