0001 # SPDX-License-Identifier: GPL-2.0
0002
0003 config DW_EDMA
0004 tristate "Synopsys DesignWare eDMA controller driver"
0005 depends on PCI && PCI_MSI
0006 select DMA_ENGINE
0007 select DMA_VIRTUAL_CHANNELS
0008 help
0009 Support the Synopsys DesignWare eDMA controller, normally
0010 implemented on endpoints SoCs.
0011
0012 config DW_EDMA_PCIE
0013 tristate "Synopsys DesignWare eDMA PCIe driver"
0014 depends on PCI && PCI_MSI
0015 select DW_EDMA
0016 help
0017 Provides a glue-logic between the Synopsys DesignWare
0018 eDMA controller and an endpoint PCIe device. This also serves
0019 as a reference design to whom desires to use this IP.