From ace9429bb58fd418f0c81d4c2835699bddf6bde6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 11 Apr 2024 10:27:49 +0200 Subject: Adding upstream version 6.6.15. Signed-off-by: Daniel Baumann --- fs/hfs/Kconfig | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 fs/hfs/Kconfig (limited to 'fs/hfs/Kconfig') diff --git a/fs/hfs/Kconfig b/fs/hfs/Kconfig new file mode 100644 index 0000000000..5ea5cd8ece --- /dev/null +++ b/fs/hfs/Kconfig @@ -0,0 +1,15 @@ +# SPDX-License-Identifier: GPL-2.0-only +config HFS_FS + tristate "Apple Macintosh file system support" + depends on BLOCK + select BUFFER_HEAD + select NLS + select LEGACY_DIRECT_IO + help + If you say Y here, you will be able to mount Macintosh-formatted + floppy disks and hard drive partitions with full read-write access. + Please read to learn about + the available mount options. + + To compile this file system support as a module, choose M here: the + module will be called hfs. -- cgit v1.2.3