Andy Shevchenko | 2b49e0c | 2015-02-23 16:24:42 +0200 | [diff] [blame] | 1 | # DMA engine configuration for hsu |
| 2 | config HSU_DMA |
Vinod Koul | 3cfe213 | 2015-04-22 12:17:46 +0530 | [diff] [blame^] | 3 | tristate |
Andy Shevchenko | 2b49e0c | 2015-02-23 16:24:42 +0200 | [diff] [blame] | 4 | select DMA_ENGINE |
| 5 | select DMA_VIRTUAL_CHANNELS |
| 6 | |
| 7 | config HSU_DMA_PCI |
| 8 | tristate "High Speed UART DMA PCI driver" |
| 9 | depends on PCI |
| 10 | select HSU_DMA |
| 11 | help |
| 12 | Support the High Speed UART DMA on the platfroms that |
| 13 | enumerate it as a PCI device. For example, Intel Medfield |
| 14 | has integrated this HSU DMA controller. |