aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorAlan Cox <alan@lxorguk.ukuu.org.uk>2009-04-01 15:00:18 +0100
committerJames Bottomley <James.Bottomley@HansenPartnership.com>2009-04-03 09:23:10 -0500
commite7fb6d2ee03aa2c41e6691ac919602f864068f44 (patch)
tree2f804583892a2195b81212d485b0f1bb2567ed94 /drivers
parent05b4460bd4f2450021ee2887c801283a95393f03 (diff)
downloadkernel_samsung_smdk4412-e7fb6d2ee03aa2c41e6691ac919602f864068f44.zip
kernel_samsung_smdk4412-e7fb6d2ee03aa2c41e6691ac919602f864068f44.tar.gz
kernel_samsung_smdk4412-e7fb6d2ee03aa2c41e6691ac919602f864068f44.tar.bz2
[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')
-rw-r--r--drivers/scsi/Kconfig9
1 files changed, 5 insertions, 4 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig
index bbec3a8..876cd20 100644
--- a/drivers/scsi/Kconfig
+++ b/drivers/scsi/Kconfig
@@ -121,10 +121,11 @@ config BLK_DEV_SR
tristate "SCSI CDROM support"
depends on SCSI
---help---
- If you want to use a SCSI or FireWire CD-ROM under Linux,
- say Y and read the SCSI-HOWTO and the CDROM-HOWTO at
- <http://www.tldp.org/docs.html#howto>. Also make sure to say
- Y or M to "ISO 9660 CD-ROM file system support" later.
+ If you want to use a CD or DVD drive attached to your computer
+ by SCSI, FireWire, USB or ATAPI, say Y and read the SCSI-HOWTO
+ and the CDROM-HOWTO at <http://www.tldp.org/docs.html#howto>.
+
+ Make sure to say Y or M to "ISO 9660 CD-ROM file system support".
To compile this driver as a module, choose M here and read
<file:Documentation/scsi/scsi.txt>.