drivers/dma/sf-pdma/Kconfig

Source file repositories/reference/linux-study-clean/drivers/dma/sf-pdma/Kconfig

File Facts

System
Linux kernel
Corpus path
drivers/dma/sf-pdma/Kconfig
Extension
[no extension]
Size
172 bytes
Lines
8
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

config SF_PDMA
	tristate "Sifive PDMA controller driver"
	depends on HAS_IOMEM
	select DMA_ENGINE
	select DMA_VIRTUAL_CHANNELS
	help
	  Support the SiFive PDMA controller.

Annotation

Implementation Notes