mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-16 02:46:49 +07:00
3cfe213756
HSU_DMA is selected by the HSU_DMA_PCI driver, this should be user selected so remove the user prompt for this Signed-off-by: Vinod Koul <vinod.koul@intel.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
15 lines
370 B
Plaintext
15 lines
370 B
Plaintext
# DMA engine configuration for hsu
|
|
config HSU_DMA
|
|
tristate
|
|
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.
|