Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

# SPDX-License-Identifier: GPL-2.0-only

config CONFIG_VFIO_MDEV
	tristate "Mediated device driver framework"
	depends on CONFIG_VFIO
	default n
	help
	  Provides a framework to virtualize devices.
	  See Documentation/driver-api/vfio-mediated-device.rst for more details.

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

config CONFIG_VFIO_MDEV_DEVICE
	tristate "VFIO driver for Mediated devices"
	depends on CONFIG_VFIO && CONFIG_VFIO_MDEV
	default n
	help
	  CONFIG_VFIO based driver for Mediated devices.