forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
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