https://github.com/torvalds/linux
Raw File
Tip revision: 32b88194f71d6ae7768a29f87fbba454728273ee authored by Linus Torvalds on 25 October 2015, 01:39:47 UTC
Linux 4.3-rc7
Tip revision: 32b8819
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