Kconfig (58e16d792a6a8c6b750f637a4649967fcac853dc) | Kconfig (0c1bc6b84525b96aa9fb8f6fbe8c5cb26a5c0ead) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2config ISO9660_FS 3 tristate "ISO 9660 CDROM file system support" 4 help 5 This is the standard file system used on CD-ROMs. It was previously 6 known as "High Sierra File System" and is called "hsfs" on other 7 Unix systems. The so-called Rock-Ridge extensions which allow for 8 long Unix filenames and symbolic links are also supported by this 9 driver. If you have a CD-ROM drive and want to do more with it than 10 just listen to audio CDs and watch its LEDs, say Y (and read | 1# SPDX-License-Identifier: GPL-2.0-only 2config ISO9660_FS 3 tristate "ISO 9660 CDROM file system support" 4 help 5 This is the standard file system used on CD-ROMs. It was previously 6 known as "High Sierra File System" and is called "hsfs" on other 7 Unix systems. The so-called Rock-Ridge extensions which allow for 8 long Unix filenames and symbolic links are also supported by this 9 driver. If you have a CD-ROM drive and want to do more with it than 10 just listen to audio CDs and watch its LEDs, say Y (and read |
11 <file:Documentation/filesystems/isofs.txt> and the CD-ROM-HOWTO, | 11 <file:Documentation/filesystems/isofs.rst> and the CD-ROM-HOWTO, |
12 available from <http://www.tldp.org/docs.html#howto>), thereby 13 enlarging your kernel by about 27 KB; otherwise say N. 14 15 To compile this file system support as a module, choose M here: the 16 module will be called isofs. 17 18config JOLIET 19 bool "Microsoft Joliet CDROM extensions" --- 21 unchanged lines hidden --- | 12 available from <http://www.tldp.org/docs.html#howto>), thereby 13 enlarging your kernel by about 27 KB; otherwise say N. 14 15 To compile this file system support as a module, choose M here: the 16 module will be called isofs. 17 18config JOLIET 19 bool "Microsoft Joliet CDROM extensions" --- 21 unchanged lines hidden --- |