Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: b787f68c36d49bb1d9236f403813641efa74a031 authored by Linus Torvalds on 27 April 2015, 00:59:10 UTC
Linux 4.1-rc1
Tip revision: b787f68
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