diff options
Diffstat (limited to 'drivers/dma/Kconfig')
| -rw-r--r-- | drivers/dma/Kconfig | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig index ddcd9793b25c..fe1f3717b1ff 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig | |||
| @@ -50,6 +50,14 @@ config DW_DMAC | |||
| 50 | Support the Synopsys DesignWare AHB DMA controller. This | 50 | Support the Synopsys DesignWare AHB DMA controller. This |
| 51 | can be integrated in chips such as the Atmel AT32ap7000. | 51 | can be integrated in chips such as the Atmel AT32ap7000. |
| 52 | 52 | ||
| 53 | config AT_HDMAC | ||
| 54 | tristate "Atmel AHB DMA support" | ||
| 55 | depends on ARCH_AT91SAM9RL | ||
| 56 | select DMA_ENGINE | ||
| 57 | help | ||
| 58 | Support the Atmel AHB DMA controller. This can be integrated in | ||
| 59 | chips such as the Atmel AT91SAM9RL. | ||
| 60 | |||
| 53 | config FSL_DMA | 61 | config FSL_DMA |
| 54 | tristate "Freescale Elo and Elo Plus DMA support" | 62 | tristate "Freescale Elo and Elo Plus DMA support" |
| 55 | depends on FSL_SOC | 63 | depends on FSL_SOC |
| @@ -85,6 +93,14 @@ config MX3_IPU_IRQS | |||
| 85 | To avoid bloating the irq_desc[] array we allocate a sufficient | 93 | To avoid bloating the irq_desc[] array we allocate a sufficient |
| 86 | number of IRQ slots and map them dynamically to specific sources. | 94 | number of IRQ slots and map them dynamically to specific sources. |
| 87 | 95 | ||
| 96 | config TXX9_DMAC | ||
| 97 | tristate "Toshiba TXx9 SoC DMA support" | ||
| 98 | depends on MACH_TX49XX || MACH_TX39XX | ||
| 99 | select DMA_ENGINE | ||
| 100 | help | ||
| 101 | Support the TXx9 SoC internal DMA controller. This can be | ||
| 102 | integrated in chips such as the Toshiba TX4927/38/39. | ||
| 103 | |||
| 88 | config DMA_ENGINE | 104 | config DMA_ENGINE |
| 89 | bool | 105 | bool |
| 90 | 106 | ||
| @@ -104,7 +120,7 @@ config NET_DMA | |||
| 104 | 120 | ||
| 105 | config ASYNC_TX_DMA | 121 | config ASYNC_TX_DMA |
| 106 | bool "Async_tx: Offload support for the async_tx api" | 122 | bool "Async_tx: Offload support for the async_tx api" |
| 107 | depends on DMA_ENGINE | 123 | depends on DMA_ENGINE && !HIGHMEM64G |
| 108 | help | 124 | help |
| 109 | This allows the async_tx api to take advantage of offload engines for | 125 | This allows the async_tx api to take advantage of offload engines for |
| 110 | memcpy, memset, xor, and raid6 p+q operations. If your platform has | 126 | memcpy, memset, xor, and raid6 p+q operations. If your platform has |
