mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-08 07:13:06 +00:00
b73fb8b536
* Try that punk NASA -_-
12 lines
302 B
Plaintext
12 lines
302 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
config VFIO_MDEV
|
|
tristate "Mediated device driver framework"
|
|
depends on VFIO
|
|
default n
|
|
help
|
|
Provides a framework to virtualize devices.
|
|
See Documentation/driver-api/vfio-mediated-device.rst for more details.
|
|
|
|
If you don't know what do here, say N.
|