xref: /linux/drivers/vfio/mdev/Kconfig (revision 6af0b5570b59ce8dd1608a8e48f59eff3f4bdd04)
1# SPDX-License-Identifier: GPL-2.0-only
2
3config 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/driver-api/vfio-mediated-device.rst for more details.
10
11	  If you don't know what do here, say N.
12