.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | config HFS_FS |
---|
2 | 3 | tristate "Apple Macintosh file system support" |
---|
3 | 4 | depends on BLOCK |
---|
.. | .. |
---|
5 | 6 | help |
---|
6 | 7 | If you say Y here, you will be able to mount Macintosh-formatted |
---|
7 | 8 | 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 |
---|
9 | 10 | the available mount options. |
---|
10 | 11 | |
---|
11 | 12 | To compile this file system support as a module, choose M here: the |
---|