forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/drivers/vfio/mdev/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12
23 config VFIO_MDEV
34 tristate "Mediated device driver framework"
....@@ -5,7 +6,7 @@
56 default n
67 help
78 Provides a framework to virtualize devices.
8
- See Documentation/vfio-mediated-device.txt for more details.
9
+ See Documentation/driver-api/vfio-mediated-device.rst for more details.
910
1011 If you don't know what do here, say N.
1112