summaryrefslogtreecommitdiffstats
path: root/drivers/vfio/mdev/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/vfio/mdev/Kconfig')
-rw-r--r--drivers/vfio/mdev/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/vfio/mdev/Kconfig b/drivers/vfio/mdev/Kconfig
index 14fdb106a827..5da27f2100f9 100644
--- a/drivers/vfio/mdev/Kconfig
+++ b/drivers/vfio/mdev/Kconfig
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: GPL-2.0-only
config VFIO_MDEV
tristate "Mediated device driver framework"
@@ -5,7 +6,7 @@ config VFIO_MDEV
default n
help
Provides a framework to virtualize devices.
- See Documentation/vfio-mediated-device.txt for more details.
+ See Documentation/driver-api/vfio-mediated-device.rst for more details.
If you don't know what do here, say N.