xref: /linux/fs/efs/Kconfig (revision 462f16a5579319676f260c0bdde4e405c08c7ee3)
1571f0a0bSAlexey Dobriyanconfig EFS_FS
2*462f16a5SKees Cook	tristate "EFS file system support (read only)"
3*462f16a5SKees Cook	depends on BLOCK
4571f0a0bSAlexey Dobriyan	help
5571f0a0bSAlexey Dobriyan	  EFS is an older file system used for non-ISO9660 CD-ROMs and hard
6571f0a0bSAlexey Dobriyan	  disk partitions by SGI's IRIX operating system (IRIX 6.0 and newer
7571f0a0bSAlexey Dobriyan	  uses the XFS file system for hard disk partitions however).
8571f0a0bSAlexey Dobriyan
9571f0a0bSAlexey Dobriyan	  This implementation only offers read-only access. If you don't know
10571f0a0bSAlexey Dobriyan	  what all this is about, it's safe to say N. For more information
11571f0a0bSAlexey Dobriyan	  about EFS see its home page at <http://aeschi.ch.eu.org/efs/>.
12571f0a0bSAlexey Dobriyan
13571f0a0bSAlexey Dobriyan	  To compile the EFS file system support as a module, choose M here: the
14571f0a0bSAlexey Dobriyan	  module will be called efs.
15