]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blob - drivers/vfio/mdev/Kconfig
treewide: Add SPDX license identifier - Makefile/Kconfig
[mirror_ubuntu-focal-kernel.git] / drivers / vfio / mdev / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2
3 config VFIO_MDEV
4 tristate "Mediated device driver framework"
5 depends on VFIO
6 default n
7 help
8 Provides a framework to virtualize devices.
9 See Documentation/vfio-mediated-device.txt for more details.
10
11 If you don't know what do here, say N.
12
13 config VFIO_MDEV_DEVICE
14 tristate "VFIO driver for Mediated devices"
15 depends on VFIO && VFIO_MDEV
16 default n
17 help
18 VFIO based driver for Mediated devices.