diff options
Diffstat (limited to 'drivers/dma/Kconfig')
-rw-r--r-- | drivers/dma/Kconfig | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig index aadeb5be9dba..d45cf1bcbde5 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig | |||
@@ -148,6 +148,20 @@ config TXX9_DMAC | |||
148 | Support the TXx9 SoC internal DMA controller. This can be | 148 | Support the TXx9 SoC internal DMA controller. This can be |
149 | integrated in chips such as the Toshiba TX4927/38/39. | 149 | integrated in chips such as the Toshiba TX4927/38/39. |
150 | 150 | ||
151 | config TEGRA20_APB_DMA | ||
152 | bool "NVIDIA Tegra20 APB DMA support" | ||
153 | depends on ARCH_TEGRA | ||
154 | select DMA_ENGINE | ||
155 | help | ||
156 | Support for the NVIDIA Tegra20 APB DMA controller driver. The | ||
157 | DMA controller is having multiple DMA channel which can be | ||
158 | configured for different peripherals like audio, UART, SPI, | ||
159 | I2C etc which is in APB bus. | ||
160 | This DMA controller transfers data from memory to peripheral fifo | ||
161 | or vice versa. It does not support memory to memory data transfer. | ||
162 | |||
163 | |||
164 | |||
151 | config SH_DMAE | 165 | config SH_DMAE |
152 | tristate "Renesas SuperH DMAC support" | 166 | tristate "Renesas SuperH DMAC support" |
153 | depends on (SUPERH && SH_DMA) || (ARM && ARCH_SHMOBILE) | 167 | depends on (SUPERH && SH_DMA) || (ARM && ARCH_SHMOBILE) |
@@ -237,7 +251,7 @@ config IMX_DMA | |||
237 | 251 | ||
238 | config MXS_DMA | 252 | config MXS_DMA |
239 | bool "MXS DMA support" | 253 | bool "MXS DMA support" |
240 | depends on SOC_IMX23 || SOC_IMX28 | 254 | depends on SOC_IMX23 || SOC_IMX28 || SOC_IMX6Q |
241 | select STMP_DEVICE | 255 | select STMP_DEVICE |
242 | select DMA_ENGINE | 256 | select DMA_ENGINE |
243 | help | 257 | help |
@@ -260,6 +274,16 @@ config DMA_SA11X0 | |||
260 | SA-1110 SoCs. This DMA engine can only be used with on-chip | 274 | SA-1110 SoCs. This DMA engine can only be used with on-chip |
261 | devices. | 275 | devices. |
262 | 276 | ||
277 | config MMP_TDMA | ||
278 | bool "MMP Two-Channel DMA support" | ||
279 | depends on ARCH_MMP | ||
280 | select DMA_ENGINE | ||
281 | help | ||
282 | Support the MMP Two-Channel DMA engine. | ||
283 | This engine used for MMP Audio DMA and pxa910 SQU. | ||
284 | |||
285 | Say Y here if you enabled MMP ADMA, otherwise say N. | ||
286 | |||
263 | config DMA_ENGINE | 287 | config DMA_ENGINE |
264 | bool | 288 | bool |
265 | 289 | ||