hc
2024-05-16 8d2a02b24d66aa359e83eebc1ed3c0f85367a1cb
kernel/fs/hfs/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 config HFS_FS
23 tristate "Apple Macintosh file system support"
34 depends on BLOCK
....@@ -5,7 +6,7 @@
56 help
67 If you say Y here, you will be able to mount Macintosh-formatted
78 floppy disks and hard drive partitions with full read-write access.
8
- Please read <file:Documentation/filesystems/hfs.txt> to learn about
9
+ Please read <file:Documentation/filesystems/hfs.rst> to learn about
910 the available mount options.
1011
1112 To compile this file system support as a module, choose M here: the