| xj | b04a402 | 2021-11-25 15:01:52 +0800 | [diff] [blame] | 1 | |
| 2 | config 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 | See Documentation/vfio-mediated-device.txt for more details. | ||||
| 9 | |||||
| 10 | If you don't know what do here, say N. | ||||
| 11 | |||||
| 12 | config VFIO_MDEV_DEVICE | ||||
| 13 | tristate "VFIO driver for Mediated devices" | ||||
| 14 | depends on VFIO && VFIO_MDEV | ||||
| 15 | default n | ||||
| 16 | help | ||||
| 17 | VFIO based driver for Mediated devices. | ||||