···204204source "fs/adfs/Kconfig"205205source "fs/affs/Kconfig"206206source "fs/ecryptfs/Kconfig"207207-208208-config HFS_FS209209- tristate "Apple Macintosh file system support (EXPERIMENTAL)"210210- depends on BLOCK && EXPERIMENTAL211211- select NLS212212- help213213- If you say Y here, you will be able to mount Macintosh-formatted214214- floppy disks and hard drive partitions with full read-write access.215215- Please read <file:Documentation/filesystems/hfs.txt> to learn about216216- the available mount options.217217-218218- To compile this file system support as a module, choose M here: the219219- module will be called hfs.220220-221221-config HFSPLUS_FS222222- tristate "Apple Extended HFS file system support"223223- depends on BLOCK224224- select NLS225225- select NLS_UTF8226226- help227227- If you say Y here, you will be able to mount extended format228228- Macintosh-formatted hard drive partitions with full read-write access.229229-230230- This file system is often called HFS+ and was introduced with231231- MacOS 8. It includes all Mac specific filesystem data such as232232- data forks and creator codes, but it also has several UNIX233233- style features such as file ownership and permissions.207207+source "fs/hfs/Kconfig"208208+source "fs/hfsplus/Kconfig"234209235210config BEFS_FS236211 tristate "BeOS file system (BeFS) support (read only) (EXPERIMENTAL)"
+12
fs/hfs/Kconfig
···11+config HFS_FS22+ tristate "Apple Macintosh file system support (EXPERIMENTAL)"33+ depends on BLOCK && EXPERIMENTAL44+ select NLS55+ help66+ If you say Y here, you will be able to mount Macintosh-formatted77+ floppy disks and hard drive partitions with full read-write access.88+ Please read <file:Documentation/filesystems/hfs.txt> to learn about99+ the available mount options.1010+1111+ To compile this file system support as a module, choose M here: the1212+ module will be called hfs.
+13
fs/hfsplus/Kconfig
···11+config HFSPLUS_FS22+ tristate "Apple Extended HFS file system support"33+ depends on BLOCK44+ select NLS55+ select NLS_UTF866+ help77+ If you say Y here, you will be able to mount extended format88+ Macintosh-formatted hard drive partitions with full read-write access.99+1010+ This file system is often called HFS+ and was introduced with1111+ MacOS 8. It includes all Mac specific filesystem data such as1212+ data forks and creator codes, but it also has several UNIX1313+ style features such as file ownership and permissions.