diff options
author | Hongbo Zhang <hongbo.zhang@freescale.com> | 2013-09-26 05:33:43 -0400 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2013-11-13 03:56:27 -0500 |
commit | 8de7a7d95049bdbe454ade7add08d893efe5a456 (patch) | |
tree | 218e7b1f3982f57470ad8e519f3be9ae356a5bec /drivers/dma/Kconfig | |
parent | 03aa254f1e3c3d902cd68763f8abc2387e82b4da (diff) |
DMA: Freescale: update driver to support 8-channel DMA engine
This patch adds support to 8-channel DMA engine, thus the driver works for both
the new 8-channel and the legacy 4-channel DMA engines.
Signed-off-by: Hongbo Zhang <hongbo.zhang@freescale.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'drivers/dma/Kconfig')
-rw-r--r-- | drivers/dma/Kconfig | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig index f238cfd33847..cd325866d9f4 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig | |||
@@ -89,14 +89,15 @@ config AT_HDMAC | |||
89 | Support the Atmel AHB DMA controller. | 89 | Support the Atmel AHB DMA controller. |
90 | 90 | ||
91 | config FSL_DMA | 91 | config FSL_DMA |
92 | tristate "Freescale Elo and Elo Plus DMA support" | 92 | tristate "Freescale Elo series DMA support" |
93 | depends on FSL_SOC | 93 | depends on FSL_SOC |
94 | select DMA_ENGINE | 94 | select DMA_ENGINE |
95 | select ASYNC_TX_ENABLE_CHANNEL_SWITCH | 95 | select ASYNC_TX_ENABLE_CHANNEL_SWITCH |
96 | ---help--- | 96 | ---help--- |
97 | Enable support for the Freescale Elo and Elo Plus DMA controllers. | 97 | Enable support for the Freescale Elo series DMA controllers. |
98 | The Elo is the DMA controller on some 82xx and 83xx parts, and the | 98 | The Elo is the DMA controller on some mpc82xx and mpc83xx parts, the |
99 | Elo Plus is the DMA controller on 85xx and 86xx parts. | 99 | EloPlus is on mpc85xx and mpc86xx and Pxxx parts, and the Elo3 is on |
100 | some Txxx and Bxxx parts. | ||
100 | 101 | ||
101 | config MPC512X_DMA | 102 | config MPC512X_DMA |
102 | tristate "Freescale MPC512x built-in DMA engine support" | 103 | tristate "Freescale MPC512x built-in DMA engine support" |