Kconfig 165 B

12345678910
  1. # DMA engine configuration for hsu
  2. config HSU_DMA
  3. tristate
  4. select DMA_ENGINE
  5. select DMA_VIRTUAL_CHANNELS
  6. config HSU_DMA_PCI
  7. tristate
  8. depends on HSU_DMA && PCI