forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f70575805708cabdedea7498aaa3f710fde4d920
kernel/fs/hpfs/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 config HPFS_FS
23 tristate "OS/2 HPFS file system support"
34 depends on BLOCK
....@@ -8,7 +9,7 @@
89 write files to an OS/2 HPFS partition on your hard drive. OS/2
910 floppies however are in regular MSDOS format, so you don't need this
1011 option in order to be able to read them. Read
11
- <file:Documentation/filesystems/hpfs.txt>.
12
+ <file:Documentation/filesystems/hpfs.rst>.
1213
1314 To compile this file system support as a module, choose M here: the
1415 module will be called hpfs. If unsure, say N.