1 # SPDX-License-Identifier: GPL-2.0-only 2 config ISO9660_FS 3 tristate "ISO 9660 CDROM file system s 4 select BUFFER_HEAD 5 help 6 This is the standard file system use 7 known as "High Sierra File System" a 8 Unix systems. The so-called Rock-Ri 9 long Unix filenames and symbolic lin 10 driver. If you have a CD-ROM drive 11 just listen to audio CDs and watch i 12 <file:Documentation/filesystems/isof 13 available from <http://www.tldp.org/ 14 enlarging your kernel by about 27 KB 15 16 To compile this file system support 17 module will be called isofs. 18 19 config JOLIET 20 bool "Microsoft Joliet CDROM extension 21 depends on ISO9660_FS 22 select NLS 23 help 24 Joliet is a Microsoft extension for 25 which allows for long filenames in u 26 new 16 bit character code, successor 27 characters of almost all languages o 28 <http://www.unicode.org/> for more i 29 want to be able to read Joliet CD-RO 30 31 config ZISOFS 32 bool "Transparent decompression extens 33 depends on ISO9660_FS 34 select ZLIB_INFLATE 35 help 36 This is a Linux-specific extension t 37 data in compressed form on a CD-ROM 38 decompressed when the CD-ROM is acce 39 <http://www.kernel.org/pub/linux/uti 40 necessary to create such a filesyste 41 able to read such compressed CD-ROMs
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.