brintos

brintos / linux-shallow public Read only

0
0
Text · 659 B · 0833e53 Raw
17 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config EFS_FS3	tristate "EFS file system support (read only)"4	depends on BLOCK5	select BUFFER_HEAD6	help7	  EFS is an older file system used for non-ISO9660 CD-ROMs and hard8	  disk partitions by SGI's IRIX operating system (IRIX 6.0 and newer9	  uses the XFS file system for hard disk partitions however).10 11	  This implementation only offers read-only access. If you don't know12	  what all this is about, it's safe to say N. For more information13	  about EFS see its home page at <http://aeschi.ch.eu.org/efs/>.14 15	  To compile the EFS file system support as a module, choose M here: the16	  module will be called efs.17