Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Alexey Dobriyan | 571f0a0 | 2009-01-22 10:56:07 +0300 | [diff] [blame] | 2 | config EFS_FS |
Kees Cook | 462f16a | 2013-01-16 18:54:10 -0800 | [diff] [blame] | 3 | tristate "EFS file system support (read only)" |
| 4 | depends on BLOCK |
Alexey Dobriyan | 571f0a0 | 2009-01-22 10:56:07 +0300 | [diff] [blame] | 5 | help |
| 6 | EFS is an older file system used for non-ISO9660 CD-ROMs and hard |
| 7 | disk partitions by SGI's IRIX operating system (IRIX 6.0 and newer |
| 8 | uses the XFS file system for hard disk partitions however). |
| 9 | |
| 10 | This implementation only offers read-only access. If you don't know |
| 11 | what all this is about, it's safe to say N. For more information |
| 12 | about EFS see its home page at <http://aeschi.ch.eu.org/efs/>. |
| 13 | |
| 14 | To compile the EFS file system support as a module, choose M here: the |
| 15 | module will be called efs. |