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

#
# DMA engine configuration for dw
#

config CONFIG_DW_DMAC_CORE
	tristate
	select CONFIG_DMA_ENGINE

config CONFIG_DW_DMAC_BIG_ENDIAN_IO
	bool

config CONFIG_DW_DMAC
	tristate "Synopsys DesignWare AHB DMA platform driver"
	select CONFIG_DW_DMAC_CORE
	select CONFIG_DW_DMAC_BIG_ENDIAN_IO if CONFIG_AVR32
	default y if CONFIG_CPU_AT32AP7000
	help
	  Support the Synopsys DesignWare AHB DMA controller. This
	  can be integrated in chips such as the Atmel AT32ap7000.

config CONFIG_DW_DMAC_PCI
	tristate "Synopsys DesignWare AHB DMA PCI driver"
	depends on CONFIG_PCI
	select CONFIG_DW_DMAC_CORE
	help
	  Support the Synopsys DesignWare AHB DMA controller on the
	  platforms that enumerate it as a CONFIG_PCI device. For example,
	  Intel Medfield has integrated this GPDMA controller.