Merge tag 'spi-fix-v6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...
[linux-2.6-block.git] / fs / hfsplus / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
b08bac1f
AD
2config HFSPLUS_FS
3 tristate "Apple Extended HFS file system support"
4 depends on BLOCK
925c86a1 5 select BUFFER_HEAD
b08bac1f
AD
6 select NLS
7 select NLS_UTF8
9636e650 8 select LEGACY_DIRECT_IO
b08bac1f
AD
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.