| Chris Leech | c13c826 | 2006-05-23 17:18:44 -0700 | [diff] [blame^] | 1 | # |
| 2 | # DMA engine configuration | ||||
| 3 | # | ||||
| 4 | |||||
| 5 | menu "DMA Engine support" | ||||
| 6 | |||||
| 7 | config DMA_ENGINE | ||||
| 8 | bool "Support for DMA engines" | ||||
| 9 | ---help--- | ||||
| 10 | DMA engines offload copy operations from the CPU to dedicated | ||||
| 11 | hardware, allowing the copies to happen asynchronously. | ||||
| 12 | |||||
| 13 | endmenu | ||||