xref: /linux/fs/efs/Kconfig (revision 571f0a0bdeeb2d1692751b6c5df15dafb483c7ff)
1*571f0a0bSAlexey Dobriyanconfig EFS_FS
2*571f0a0bSAlexey Dobriyan	tristate "EFS file system support (read only) (EXPERIMENTAL)"
3*571f0a0bSAlexey Dobriyan	depends on BLOCK && EXPERIMENTAL
4*571f0a0bSAlexey Dobriyan	help
5*571f0a0bSAlexey Dobriyan	  EFS is an older file system used for non-ISO9660 CD-ROMs and hard
6*571f0a0bSAlexey Dobriyan	  disk partitions by SGI's IRIX operating system (IRIX 6.0 and newer
7*571f0a0bSAlexey Dobriyan	  uses the XFS file system for hard disk partitions however).
8*571f0a0bSAlexey Dobriyan
9*571f0a0bSAlexey Dobriyan	  This implementation only offers read-only access. If you don't know
10*571f0a0bSAlexey Dobriyan	  what all this is about, it's safe to say N. For more information
11*571f0a0bSAlexey Dobriyan	  about EFS see its home page at <http://aeschi.ch.eu.org/efs/>.
12*571f0a0bSAlexey Dobriyan
13*571f0a0bSAlexey Dobriyan	  To compile the EFS file system support as a module, choose M here: the
14*571f0a0bSAlexey Dobriyan	  module will be called efs.
15