brintos

brintos / linux-shallow public Read only

0
0
Text · 593 B · 2b6f267 Raw
23 lines · plain
1# SPDX-License-Identifier: GPL-2.02 3config DW_EDMA4	tristate "Synopsys DesignWare eDMA controller driver"5	depends on PCI && PCI_MSI6	select DMA_ENGINE7	select DMA_VIRTUAL_CHANNELS8	help9	  Support the Synopsys DesignWare eDMA controller, normally10	  implemented on endpoints SoCs.11 12if DW_EDMA13 14config DW_EDMA_PCIE15	tristate "Synopsys DesignWare eDMA PCIe driver"16	depends on PCI && PCI_MSI17	help18	  Provides a glue-logic between the Synopsys DesignWare19	  eDMA controller and an endpoint PCIe device. This also serves20	  as a reference design to whom desires to use this IP.21 22endif # DW_EDMA23