Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

# SPDX-License-Identifier: GPL-2.0

config CONFIG_DW_EDMA
	tristate "Synopsys DesignWare eDMA controller driver"
	depends on CONFIG_PCI && CONFIG_PCI_MSI
	select CONFIG_DMA_ENGINE
	select CONFIG_DMA_VIRTUAL_CHANNELS
	help
	  Support the Synopsys DesignWare eDMA controller, normally
	  implemented on endpoints SoCs.

config CONFIG_DW_EDMA_PCIE
	tristate "Synopsys DesignWare eDMA PCIe driver"
	depends on CONFIG_PCI && CONFIG_PCI_MSI
	select CONFIG_DW_EDMA
	help
	  Provides a glue-logic between the Synopsys DesignWare
	  eDMA controller and an endpoint PCIe device. This also serves
	  as a reference design to whom desires to use this IP.