1ec8f24b7SThomas 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 5*925c86a1SChristoph Hellwig select BUFFER_HEAD 6571f0a0bSAlexey Dobriyan help 7571f0a0bSAlexey Dobriyan EFS is an older file system used for non-ISO9660 CD-ROMs and hard 8571f0a0bSAlexey Dobriyan disk partitions by SGI's IRIX operating system (IRIX 6.0 and newer 9571f0a0bSAlexey Dobriyan uses the XFS file system for hard disk partitions however). 10571f0a0bSAlexey Dobriyan 11571f0a0bSAlexey Dobriyan This implementation only offers read-only access. If you don't know 12571f0a0bSAlexey Dobriyan what all this is about, it's safe to say N. For more information 13571f0a0bSAlexey Dobriyan about EFS see its home page at <http://aeschi.ch.eu.org/efs/>. 14571f0a0bSAlexey Dobriyan 15571f0a0bSAlexey Dobriyan To compile the EFS file system support as a module, choose M here: the 16571f0a0bSAlexey Dobriyan module will be called efs. 17