swh:1:snp:3c665ee4f67729f27f2e40193ab88e7298cf0fef
Raw File
Tip revision: 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f authored by Linus Torvalds on 12 September 2015, 23:35:56 UTC
Linux 4.3-rc1
Tip revision: 6ff33f3
Kconfig
# 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.
back to top