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