Kconfig 285 B

12345678910
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. config VFIO_MDEV
  3. tristate "Mediated device driver framework"
  4. default n
  5. help
  6. Provides a framework to virtualize devices.
  7. See Documentation/driver-api/vfio-mediated-device.rst for more details.
  8. If you don't know what do here, say N.