Blame view

kernel/linux-rt-4.4.41/drivers/dma/hsu/Kconfig 165 Bytes
5113f6f70   김현기   kernel add
1
2
3
4
5
6
7
8
9
  # DMA engine configuration for hsu
  config HSU_DMA
  	tristate
  	select DMA_ENGINE
  	select DMA_VIRTUAL_CHANNELS
  
  config HSU_DMA_PCI
  	tristate
  	depends on HSU_DMA && PCI