xref: /openbmc/linux/drivers/vfio/mdev/Kconfig (revision fa3da00c)
1
2config VFIO_MDEV
3	tristate "Mediated device driver framework"
4	depends on VFIO
5	default n
6	help
7	  Provides a framework to virtualize devices.
8
9	  If you don't know what do here, say N.
10
11config VFIO_MDEV_DEVICE
12	tristate "VFIO driver for Mediated devices"
13	depends on VFIO && VFIO_MDEV
14	default n
15	help
16	  VFIO based driver for Mediated devices.
17