diff options
author | Alan Cox <alan@lxorguk.ukuu.org.uk> | 2009-04-01 10:00:18 -0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2009-04-03 10:23:10 -0400 |
commit | e7fb6d2ee03aa2c41e6691ac919602f864068f44 (patch) | |
tree | 2f804583892a2195b81212d485b0f1bb2567ed94 /drivers/scsi | |
parent | 05b4460bd4f2450021ee2887c801283a95393f03 (diff) |
[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>
Diffstat (limited to 'drivers/scsi')
-rw-r--r-- | drivers/scsi/Kconfig | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index bbec3a814ea7..876cd203ce6a 100644 --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfig | |||
@@ -121,10 +121,11 @@ config BLK_DEV_SR | |||
121 | tristate "SCSI CDROM support" | 121 | tristate "SCSI CDROM support" |
122 | depends on SCSI | 122 | depends on SCSI |
123 | ---help--- | 123 | ---help--- |
124 | If you want to use a SCSI or FireWire CD-ROM under Linux, | 124 | If you want to use a CD or DVD drive attached to your computer |
125 | say Y and read the SCSI-HOWTO and the CDROM-HOWTO at | 125 | by SCSI, FireWire, USB or ATAPI, say Y and read the SCSI-HOWTO |
126 | <http://www.tldp.org/docs.html#howto>. Also make sure to say | 126 | and the CDROM-HOWTO at <http://www.tldp.org/docs.html#howto>. |
127 | Y or M to "ISO 9660 CD-ROM file system support" later. | 127 | |
128 | Make sure to say Y or M to "ISO 9660 CD-ROM file system support". | ||
128 | 129 | ||
129 | To compile this driver as a module, choose M here and read | 130 | To compile this driver as a module, choose M here and read |
130 | <file:Documentation/scsi/scsi.txt>. | 131 | <file:Documentation/scsi/scsi.txt>. |