Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[SCSI] config: Make need for SCSI_CDROM clearer

Mention ATAPI. We could insert an essay about libata and ide-scsi etc but
the failure case is someone enables it which is just fine so keep it
simple.

(Revised text from suggestion by Matthew Wilcox)

Closes #7736

Signed-off-by: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>

authored by

Alan Cox and committed by
James Bottomley
e7fb6d2e 05b4460b

+5 -4
+5 -4
drivers/scsi/Kconfig
··· 121 121 tristate "SCSI CDROM support" 122 122 depends on SCSI 123 123 ---help--- 124 - If you want to use a SCSI or FireWire CD-ROM under Linux, 125 - say Y and read the SCSI-HOWTO and the CDROM-HOWTO at 126 - <http://www.tldp.org/docs.html#howto>. Also make sure to say 127 - Y or M to "ISO 9660 CD-ROM file system support" later. 124 + If you want to use a CD or DVD drive attached to your computer 125 + by SCSI, FireWire, USB or ATAPI, say Y and read the SCSI-HOWTO 126 + and the CDROM-HOWTO at <http://www.tldp.org/docs.html#howto>. 127 + 128 + Make sure to say Y or M to "ISO 9660 CD-ROM file system support". 128 129 129 130 To compile this driver as a module, choose M here and read 130 131 <file:Documentation/scsi/scsi.txt>.