Kconfig 411 B

1234567891011121314151617
  1. config VFIO_MDEV
  2. tristate "Mediated device driver framework"
  3. depends on VFIO
  4. default n
  5. help
  6. Provides a framework to virtualize devices.
  7. See Documentation/vfio-mediated-device.txt for more details.
  8. If you don't know what do here, say N.
  9. config VFIO_MDEV_DEVICE
  10. tristate "VFIO driver for Mediated devices"
  11. depends on VFIO && VFIO_MDEV
  12. default n
  13. help
  14. VFIO based driver for Mediated devices.