blob: 5da27f2100f9bd9a986453a1802b533bf056b34d [file] [log] [blame]
David Brazdil0f672f62019-12-10 10:32:29 +00001# SPDX-License-Identifier: GPL-2.0-only
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00002
3config VFIO_MDEV
4 tristate "Mediated device driver framework"
5 depends on VFIO
6 default n
7 help
8 Provides a framework to virtualize devices.
David Brazdil0f672f62019-12-10 10:32:29 +00009 See Documentation/driver-api/vfio-mediated-device.rst for more details.
Andrew Scullb4b6d4a2019-01-02 15:54:55 +000010
11 If you don't know what do here, say N.
12
13config VFIO_MDEV_DEVICE
14 tristate "VFIO driver for Mediated devices"
15 depends on VFIO && VFIO_MDEV
16 default n
17 help
18 VFIO based driver for Mediated devices.