drivers/dma/fsl-dpaa2-qdma/Kconfig

Source file repositories/reference/linux-study-clean/drivers/dma/fsl-dpaa2-qdma/Kconfig

File Facts

System
Linux kernel
Corpus path
drivers/dma/fsl-dpaa2-qdma/Kconfig
Extension
[no extension]
Size
253 bytes
Lines
10
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

menuconfig FSL_DPAA2_QDMA
	tristate "NXP DPAA2 QDMA"
	depends on ARM64
	depends on FSL_MC_BUS && FSL_MC_DPIO
	select DMA_ENGINE
	select DMA_VIRTUAL_CHANNELS
	help
	  NXP Data Path Acceleration Architecture 2 QDMA driver,
	  using the NXP MC bus driver.

Annotation

Implementation Notes