| .. | .. |
|---|
| 47 | 47 | config DMA_VIRTUAL_CHANNELS |
|---|
| 48 | 48 | tristate |
|---|
| 49 | 49 | |
|---|
| 50 | +config DMA_VIRTUAL_CHANNELS_OOB |
|---|
| 51 | + def_bool n |
|---|
| 52 | + depends on DMA_VIRTUAL_CHANNELS && DOVETAIL |
|---|
| 53 | + |
|---|
| 50 | 54 | config DMA_ACPI |
|---|
| 51 | 55 | def_bool y |
|---|
| 52 | 56 | depends on ACPI |
|---|
| .. | .. |
|---|
| 137 | 141 | depends on ARCH_BCM2835 |
|---|
| 138 | 142 | select DMA_ENGINE |
|---|
| 139 | 143 | select DMA_VIRTUAL_CHANNELS |
|---|
| 144 | + |
|---|
| 145 | +config DMA_BCM2835_OOB |
|---|
| 146 | + bool "Out-of-band support for BCM2835 DMA" |
|---|
| 147 | + depends on DMA_BCM2835 && DOVETAIL |
|---|
| 148 | + select DMA_VIRTUAL_CHANNELS_OOB |
|---|
| 149 | + help |
|---|
| 150 | + Enable out-of-band requests to BCM2835 DMA. |
|---|
| 140 | 151 | |
|---|
| 141 | 152 | config DMA_JZ4780 |
|---|
| 142 | 153 | tristate "JZ4780 DMA support" |
|---|
| .. | .. |
|---|
| 275 | 286 | Support the i.MX SDMA engine. This engine is integrated into |
|---|
| 276 | 287 | Freescale i.MX25/31/35/51/53/6 chips. |
|---|
| 277 | 288 | |
|---|
| 289 | +config IMX_SDMA_OOB |
|---|
| 290 | + bool "Out-of-band support for i.MX SDMA" |
|---|
| 291 | + depends on IMX_SDMA && DOVETAIL |
|---|
| 292 | + select DMA_VIRTUAL_CHANNELS_OOB |
|---|
| 293 | + help |
|---|
| 294 | + Enable out-of-band requests to i.MX SDMA. |
|---|
| 295 | + |
|---|
| 278 | 296 | config INTEL_IDMA64 |
|---|
| 279 | 297 | tristate "Intel integrated DMA 64-bit support" |
|---|
| 280 | 298 | select DMA_ENGINE |
|---|