2015-02-23 22:24:42 +08:00
|
|
|
# DMA engine configuration for hsu
|
|
|
|
config HSU_DMA
|
2015-04-22 14:47:46 +08:00
|
|
|
tristate
|
2015-02-23 22:24:42 +08:00
|
|
|
select DMA_ENGINE
|
|
|
|
select DMA_VIRTUAL_CHANNELS
|
|
|
|
|
|
|
|
config HSU_DMA_PCI
|
|
|
|
tristate "High Speed UART DMA PCI driver"
|
|
|
|
depends on PCI
|
|
|
|
select HSU_DMA
|
|
|
|
help
|
|
|
|
Support the High Speed UART DMA on the platfroms that
|
|
|
|
enumerate it as a PCI device. For example, Intel Medfield
|
|
|
|
has integrated this HSU DMA controller.
|