xref: /linux/drivers/dma/hsu/Kconfig (revision 26b433d0da062d6e19d75350c0171d3cf8ff560d)
1# DMA engine configuration for hsu
2config HSU_DMA
3	tristate
4	select DMA_ENGINE
5	select DMA_VIRTUAL_CHANNELS
6
7config HSU_DMA_PCI
8	tristate
9	depends on HSU_DMA && PCI
10