Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761705AbZCZUyJ (ORCPT ); Thu, 26 Mar 2009 16:54:09 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757250AbZCZUxw (ORCPT ); Thu, 26 Mar 2009 16:53:52 -0400 Received: from earthlight.etchedpixels.co.uk ([81.2.110.250]:34961 "EHLO www.etchedpixels.co.uk" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1756781AbZCZUxv (ORCPT ); Thu, 26 Mar 2009 16:53:51 -0400 From: Alan Cox Subject: [PATCH] config: Make need for SCSI_CDROM clearer To: linux-kernel@vger.kernel.org, linux-scsi@vger.kernel.org Date: Thu, 26 Mar 2009 20:54:51 +0000 Message-ID: <20090326205445.5498.17522.stgit@localhost.localdomain> User-Agent: StGIT/0.14.3 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1106 Lines: 32 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. Closes #7736 Signed-off-by: Alan Cox --- drivers/scsi/Kconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index 256c7be..6b5091b 100644 --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfig @@ -121,7 +121,7 @@ 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, + If you want to use a SCSI, FireWire or ATAPI CD-ROM under Linux, say Y and read the SCSI-HOWTO and the CDROM-HOWTO at . Also make sure to say Y or M to "ISO 9660 CD-ROM file system support" later. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/