diff options
author | Anatolij Gustschin <agust@denx.de> | 2009-12-11 23:24:44 -0500 |
---|---|---|
committer | Dan Williams <dan.j.williams@intel.com> | 2009-12-11 23:24:44 -0500 |
commit | 12458ea06efd7b44281e68fe59c950ec7d59c649 (patch) | |
tree | 264df3c6fa054b7b866bb2eccca5f83e41044632 /drivers/dma/Kconfig | |
parent | 2e032b62c4c8560d6416ad3cc925cfc2a5eafb07 (diff) |
ppc440spe-adma: adds updated ppc440spe adma driver
This patch adds new version of the PPC440SPe ADMA driver.
Signed-off-by: Yuri Tikhonov <yur@emcraft.com>
Signed-off-by: Anatolij Gustschin <agust@denx.de>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'drivers/dma/Kconfig')
-rw-r--r-- | drivers/dma/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig index 24cdd20fe462..fe93d70f2e37 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig | |||
@@ -116,6 +116,17 @@ config COH901318 | |||
116 | help | 116 | help |
117 | Enable support for ST-Ericsson COH 901 318 DMA. | 117 | Enable support for ST-Ericsson COH 901 318 DMA. |
118 | 118 | ||
119 | config AMCC_PPC440SPE_ADMA | ||
120 | tristate "AMCC PPC440SPe ADMA support" | ||
121 | depends on 440SPe || 440SP | ||
122 | select DMA_ENGINE | ||
123 | select ARCH_HAS_ASYNC_TX_FIND_CHANNEL | ||
124 | help | ||
125 | Enable support for the AMCC PPC440SPe RAID engines. | ||
126 | |||
127 | config ARCH_HAS_ASYNC_TX_FIND_CHANNEL | ||
128 | bool | ||
129 | |||
119 | config DMA_ENGINE | 130 | config DMA_ENGINE |
120 | bool | 131 | bool |
121 | 132 | ||