hc
2024-09-20 a36159eec6ca17402b0e146b86efaf76568dc353
kernel/fs/isofs/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 config ISO9660_FS
23 tristate "ISO 9660 CDROM file system support"
34 help
....@@ -7,7 +8,7 @@
78 long Unix filenames and symbolic links are also supported by this
89 driver. If you have a CD-ROM drive and want to do more with it than
910 just listen to audio CDs and watch its LEDs, say Y (and read
10
- <file:Documentation/filesystems/isofs.txt> and the CD-ROM-HOWTO,
11
+ <file:Documentation/filesystems/isofs.rst> and the CD-ROM-HOWTO,
1112 available from <http://www.tldp.org/docs.html#howto>), thereby
1213 enlarging your kernel by about 27 KB; otherwise say N.
1314