xref: /openbmc/linux/fs/hfs/Kconfig (revision 925c86a1)
1ec8f24b7SThomas 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
5*925c86a1SChristoph Hellwig	select BUFFER_HEAD
6b08bac1fSAlexey Dobriyan	select NLS
79636e650SChristoph Hellwig	select LEGACY_DIRECT_IO
8b08bac1fSAlexey Dobriyan	help
9b08bac1fSAlexey Dobriyan	  If you say Y here, you will be able to mount Macintosh-formatted
10b08bac1fSAlexey Dobriyan	  floppy disks and hard drive partitions with full read-write access.
110c1bc6b8SMauro Carvalho Chehab	  Please read <file:Documentation/filesystems/hfs.rst> to learn about
12b08bac1fSAlexey Dobriyan	  the available mount options.
13b08bac1fSAlexey Dobriyan
14b08bac1fSAlexey Dobriyan	  To compile this file system support as a module, choose M here: the
15b08bac1fSAlexey Dobriyan	  module will be called hfs.
16