drivers/dma/dw-edma/Kconfig

Source file repositories/reference/linux-study-clean/drivers/dma/dw-edma/Kconfig

File Facts

System
Linux kernel
Corpus path
drivers/dma/dw-edma/Kconfig
Extension
[no extension]
Size
593 bytes
Lines
23
Domain
Driver Families
Bucket
drivers/dma
Inferred role
Driver Families: build/configuration rule
Status
atlas-only

Why This File Exists

Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.

Dependency Surface

Detected Declarations

Annotated Snippet

# SPDX-License-Identifier: GPL-2.0

config DW_EDMA
	tristate "Synopsys DesignWare eDMA controller driver"
	depends on PCI && PCI_MSI
	select DMA_ENGINE
	select DMA_VIRTUAL_CHANNELS
	help
	  Support the Synopsys DesignWare eDMA controller, normally
	  implemented on endpoints SoCs.

if DW_EDMA

config DW_EDMA_PCIE
	tristate "Synopsys DesignWare eDMA PCIe driver"
	depends on PCI && PCI_MSI
	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.

endif # DW_EDMA

Annotation

Implementation Notes