blob: 8ce4a33a9ac7881fca1aadb3650b1ad4a45afa5f [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Alexey Dobriyanb08bac12009-01-22 10:53:24 +03002config HFSPLUS_FS
3 tristate "Apple Extended HFS file system support"
4 depends on BLOCK
Christoph Hellwig925c86a2023-08-01 19:22:01 +02005 select BUFFER_HEAD
Alexey Dobriyanb08bac12009-01-22 10:53:24 +03006 select NLS
7 select NLS_UTF8
Christoph Hellwig9636e652023-01-25 07:58:39 +01008 select LEGACY_DIRECT_IO
Alexey Dobriyanb08bac12009-01-22 10:53:24 +03009 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.