Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Alexey Dobriyan | b08bac1 | 2009-01-22 10:53:24 +0300 | [diff] [blame] | 2 | config HFS_FS |
Kees Cook | adae074 | 2013-01-16 18:54:11 -0800 | [diff] [blame] | 3 | tristate "Apple Macintosh file system support" |
| 4 | depends on BLOCK |
Alexey Dobriyan | b08bac1 | 2009-01-22 10:53:24 +0300 | [diff] [blame] | 5 | select NLS |
| 6 | help |
| 7 | If you say Y here, you will be able to mount Macintosh-formatted |
| 8 | floppy disks and hard drive partitions with full read-write access. |
| 9 | Please read <file:Documentation/filesystems/hfs.txt> to learn about |
| 10 | the available mount options. |
| 11 | |
| 12 | To compile this file system support as a module, choose M here: the |
| 13 | module will be called hfs. |