xref: /openbmc/linux/fs/hfs/Kconfig (revision ec8f24b7)
1*ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
2b08bac1fSAlexey Dobriyanconfig HFS_FS
3adae0748SKees Cook	tristate "Apple Macintosh file system support"
4adae0748SKees Cook	depends on BLOCK
5b08bac1fSAlexey Dobriyan	select NLS
6b08bac1fSAlexey Dobriyan	help
7b08bac1fSAlexey Dobriyan	  If you say Y here, you will be able to mount Macintosh-formatted
8b08bac1fSAlexey Dobriyan	  floppy disks and hard drive partitions with full read-write access.
9b08bac1fSAlexey Dobriyan	  Please read <file:Documentation/filesystems/hfs.txt> to learn about
10b08bac1fSAlexey Dobriyan	  the available mount options.
11b08bac1fSAlexey Dobriyan
12b08bac1fSAlexey Dobriyan	  To compile this file system support as a module, choose M here: the
13b08bac1fSAlexey Dobriyan	  module will be called hfs.
14