xref: /linux/drivers/dma/sf-pdma/Kconfig (revision 8d765af51a099884bab37a51e211c7047f67f1f3)
1config SF_PDMA
2	tristate "Sifive PDMA controller driver"
3	depends on HAS_IOMEM
4	select DMA_ENGINE
5	select DMA_VIRTUAL_CHANNELS
6	help
7	  Support the SiFive PDMA controller.
8