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