drivers/vfio/fsl-mc/Kconfig

Source file repositories/reference/linux-study-clean/drivers/vfio/fsl-mc/Kconfig

File Facts

System
Linux kernel
Corpus path
drivers/vfio/fsl-mc/Kconfig
Extension
[no extension]
Size
396 bytes
Lines
15
Domain
Driver Families
Bucket
drivers/vfio
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

menu "VFIO support for FSL_MC bus devices"
	depends on FSL_MC_BUS

config VFIO_FSL_MC
	tristate "VFIO support for QorIQ DPAA2 fsl-mc bus devices"
	select EVENTFD
	help
	  Driver to enable support for the VFIO QorIQ DPAA2 fsl-mc
	  (Management Complex) devices. This is required to passthrough
	  fsl-mc bus devices using the VFIO framework.

	  If you don't know what to do here, say N.

endmenu

Annotation

Implementation Notes