ec8f24b7fa
Add SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any form These files fall under the project license, GPL v2 only. The resulting SPDX license identifier is: GPL-2.0-only Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
15 lines
551 B
Plaintext
15 lines
551 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
config HFSPLUS_FS
|
|
tristate "Apple Extended HFS file system support"
|
|
depends on BLOCK
|
|
select NLS
|
|
select NLS_UTF8
|
|
help
|
|
If you say Y here, you will be able to mount extended format
|
|
Macintosh-formatted hard drive partitions with full read-write access.
|
|
|
|
This file system is often called HFS+ and was introduced with
|
|
MacOS 8. It includes all Mac specific filesystem data such as
|
|
data forks and creator codes, but it also has several UNIX
|
|
style features such as file ownership and permissions.
|