diff options
author | Jiri Kosina <jkosina@suse.cz> | 2010-06-16 12:08:13 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-06-16 12:08:13 -0400 |
commit | f1bbbb6912662b9f6070c5bfc4ca9eb1f06a9d5b (patch) | |
tree | c2c130a74be25b0b2dff992e1a195e2728bdaadd /drivers/dma/Kconfig | |
parent | fd0961ff67727482bb20ca7e8ea97b83e9de2ddb (diff) | |
parent | 7e27d6e778cd87b6f2415515d7127eba53fe5d02 (diff) |
Merge branch 'master' into for-next
Diffstat (limited to 'drivers/dma/Kconfig')
-rw-r--r-- | drivers/dma/Kconfig | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig index c27f80e5d531..9e01e96fee94 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig | |||
@@ -141,6 +141,13 @@ config COH901318 | |||
141 | help | 141 | help |
142 | Enable support for ST-Ericsson COH 901 318 DMA. | 142 | Enable support for ST-Ericsson COH 901 318 DMA. |
143 | 143 | ||
144 | config STE_DMA40 | ||
145 | bool "ST-Ericsson DMA40 support" | ||
146 | depends on ARCH_U8500 | ||
147 | select DMA_ENGINE | ||
148 | help | ||
149 | Support for ST-Ericsson DMA40 controller | ||
150 | |||
144 | config AMCC_PPC440SPE_ADMA | 151 | config AMCC_PPC440SPE_ADMA |
145 | tristate "AMCC PPC440SPe ADMA support" | 152 | tristate "AMCC PPC440SPe ADMA support" |
146 | depends on 440SPe || 440SP | 153 | depends on 440SPe || 440SP |
@@ -149,9 +156,25 @@ config AMCC_PPC440SPE_ADMA | |||
149 | help | 156 | help |
150 | Enable support for the AMCC PPC440SPe RAID engines. | 157 | Enable support for the AMCC PPC440SPe RAID engines. |
151 | 158 | ||
159 | config TIMB_DMA | ||
160 | tristate "Timberdale FPGA DMA support" | ||
161 | depends on MFD_TIMBERDALE || HAS_IOMEM | ||
162 | select DMA_ENGINE | ||
163 | help | ||
164 | Enable support for the Timberdale FPGA DMA engine. | ||
165 | |||
152 | config ARCH_HAS_ASYNC_TX_FIND_CHANNEL | 166 | config ARCH_HAS_ASYNC_TX_FIND_CHANNEL |
153 | bool | 167 | bool |
154 | 168 | ||
169 | config PL330_DMA | ||
170 | tristate "DMA API Driver for PL330" | ||
171 | select DMA_ENGINE | ||
172 | depends on PL330 | ||
173 | help | ||
174 | Select if your platform has one or more PL330 DMACs. | ||
175 | You need to provide platform specific settings via | ||
176 | platform_data for a dma-pl330 device. | ||
177 | |||
155 | config DMA_ENGINE | 178 | config DMA_ENGINE |
156 | bool | 179 | bool |
157 | 180 | ||