forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/fs/bfs/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 config BFS_FS
23 tristate "BFS file system support"
34 depends on BLOCK
....@@ -10,7 +11,7 @@
1011 on your /stand slice from within Linux. You then also need to say Y
1112 to "UnixWare slices support", below. More information about the BFS
1213 file system is contained in the file
13
- <file:Documentation/filesystems/bfs.txt>.
14
+ <file:Documentation/filesystems/bfs.rst>.
1415
1516 If you don't know what this is about, say N.
1617