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