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 HFSPLUS_FS |
| 3 | tristate "Apple Extended HFS file system support" |
| 4 | depends on BLOCK |
Christoph Hellwig | 925c86a | 2023-08-01 19:22:01 +0200 | [diff] [blame] | 5 | select BUFFER_HEAD |
Alexey Dobriyan | b08bac1 | 2009-01-22 10:53:24 +0300 | [diff] [blame] | 6 | select NLS |
| 7 | select NLS_UTF8 |
Christoph Hellwig | 9636e65 | 2023-01-25 07:58:39 +0100 | [diff] [blame] | 8 | select LEGACY_DIRECT_IO |
Alexey Dobriyan | b08bac1 | 2009-01-22 10:53:24 +0300 | [diff] [blame] | 9 | help |
| 10 | If you say Y here, you will be able to mount extended format |
| 11 | Macintosh-formatted hard drive partitions with full read-write access. |
| 12 | |
| 13 | This file system is often called HFS+ and was introduced with |
| 14 | MacOS 8. It includes all Mac specific filesystem data such as |
| 15 | data forks and creator codes, but it also has several UNIX |
| 16 | style features such as file ownership and permissions. |