mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 00:48:50 +00:00
0c1bc6b845
Some filesystem references got broken by a previous patch series I submitted. Address those. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Acked-by: David Sterba <dsterba@suse.com> # fs/affs/Kconfig Link: https://lore.kernel.org/r/57318c53008dbda7f6f4a5a9e5787f4d37e8565a.1586881715.git.mchehab+huawei@kernel.org Signed-off-by: Jonathan Corbet <corbet@lwn.net>
13 lines
482 B
Text
13 lines
482 B
Text
# SPDX-License-Identifier: GPL-2.0-only
|
|
config HFS_FS
|
|
tristate "Apple Macintosh file system support"
|
|
depends on BLOCK
|
|
select NLS
|
|
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 <file:Documentation/filesystems/hfs.rst> 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.
|