drivers/vfio/pci/mlx5/Kconfig

Source file repositories/reference/linux-study-clean/drivers/vfio/pci/mlx5/Kconfig

File Facts

System
Linux kernel
Corpus path
drivers/vfio/pci/mlx5/Kconfig
Extension
[no extension]
Size
307 bytes
Lines
12
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

# SPDX-License-Identifier: GPL-2.0-only
config MLX5_VFIO_PCI
	tristate "VFIO support for MLX5 PCI devices"
	depends on MLX5_CORE
	select VFIO_PCI_CORE
	select IOMMUFD_DRIVER
	help
	  This provides migration support for MLX5 devices using the VFIO
	  framework.

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

Annotation

Implementation Notes