Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-block.git] / fs / hfsplus / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2 config HFSPLUS_FS
3         tristate "Apple Extended HFS file system support"
4         depends on BLOCK
5         select NLS
6         select NLS_UTF8
7         select LEGACY_DIRECT_IO
8         help
9           If you say Y here, you will be able to mount extended format
10           Macintosh-formatted hard drive partitions with full read-write access.
11
12           This file system is often called HFS+ and was introduced with
13           MacOS 8. It includes all Mac specific filesystem data such as
14           data forks and creator codes, but it also has several UNIX
15           style features such as file ownership and permissions.