Files
Linux-Kernel_MiSTer/drivers/vfio/mdev/Kconfig
Sorgelig 137491a75a v5.14
2021-08-30 22:37:05 +08:00

12 lines
302 B
Plaintext

# SPDX-License-Identifier: GPL-2.0-only
config VFIO_MDEV
tristate "Mediated device driver framework"
depends on 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.