···208208source "fs/hfsplus/Kconfig"209209source "fs/befs/Kconfig"210210source "fs/bfs/Kconfig"211211-212212-config EFS_FS213213- tristate "EFS file system support (read only) (EXPERIMENTAL)"214214- depends on BLOCK && EXPERIMENTAL215215- help216216- EFS is an older file system used for non-ISO9660 CD-ROMs and hard217217- disk partitions by SGI's IRIX operating system (IRIX 6.0 and newer218218- uses the XFS file system for hard disk partitions however).219219-220220- This implementation only offers read-only access. If you don't know221221- what all this is about, it's safe to say N. For more information222222- about EFS see its home page at <http://aeschi.ch.eu.org/efs/>.223223-224224- To compile the EFS file system support as a module, choose M here: the225225- module will be called efs.226226-211211+source "fs/efs/Kconfig"227212source "fs/jffs2/Kconfig"228213# UBIFS File system configuration229214source "fs/ubifs/Kconfig"
+14
fs/efs/Kconfig
···11+config EFS_FS22+ tristate "EFS file system support (read only) (EXPERIMENTAL)"33+ depends on BLOCK && EXPERIMENTAL44+ help55+ EFS is an older file system used for non-ISO9660 CD-ROMs and hard66+ disk partitions by SGI's IRIX operating system (IRIX 6.0 and newer77+ uses the XFS file system for hard disk partitions however).88+99+ This implementation only offers read-only access. If you don't know1010+ what all this is about, it's safe to say N. For more information1111+ about EFS see its home page at <http://aeschi.ch.eu.org/efs/>.1212+1313+ To compile the EFS file system support as a module, choose M here: the1414+ module will be called efs.