.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | config HPFS_FS |
---|
2 | 3 | tristate "OS/2 HPFS file system support" |
---|
3 | 4 | depends on BLOCK |
---|
.. | .. |
---|
8 | 9 | write files to an OS/2 HPFS partition on your hard drive. OS/2 |
---|
9 | 10 | floppies however are in regular MSDOS format, so you don't need this |
---|
10 | 11 | option in order to be able to read them. Read |
---|
11 | | - <file:Documentation/filesystems/hpfs.txt>. |
---|
| 12 | + <file:Documentation/filesystems/hpfs.rst>. |
---|
12 | 13 | |
---|
13 | 14 | To compile this file system support as a module, choose M here: the |
---|
14 | 15 | module will be called hpfs. If unsure, say N. |
---|