diff options
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 1f4bbd66258..c27f80e5d53 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 |