From: Andreas Schwab <schwab@suse.de>
To: linux-kernel@vger.kernel.org
Subject: Reenable SCSI=m
Date: Thu, 05 Oct 2006 14:44:28 +0200 [thread overview]
Message-ID: <jemz8bvsnn.fsf@sykes.suse.de> (raw)
Since CONFIG_SCSI (a tristate) now depends on CONFIG_BLOCK (a bool) it is
no longer possible to set CONFIG_SCSI=m. Fix that by putting `if
BLOCK/endif' around drivers/scsi/Kconfig instead of `depends on BLOCK' on
SCSI and RAID_ATTRS.
Signed-off-by: Andreas Schwab <schwab@suse.de>
---
drivers/scsi/Kconfig | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
Index: linux-2.6.19-rc1/drivers/scsi/Kconfig
===================================================================
--- linux-2.6.19-rc1.orig/drivers/scsi/Kconfig 2006-10-05 13:20:32.000000000 +0200
+++ linux-2.6.19-rc1/drivers/scsi/Kconfig 2006-10-05 13:49:03.000000000 +0200
@@ -1,15 +1,15 @@
+if BLOCK
+
menu "SCSI device support"
config RAID_ATTRS
tristate "RAID Transport Class"
default n
- depends on BLOCK
---help---
Provides RAID
config SCSI
tristate "SCSI device support"
- depends on BLOCK
---help---
If you want to use a SCSI hard disk, SCSI tape drive, SCSI CD-ROM or
any other SCSI device under Linux, say Y and make sure that you know
@@ -1739,3 +1739,5 @@ endmenu
source "drivers/scsi/pcmcia/Kconfig"
endmenu
+
+endif
Andreas.
--
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
next reply other threads:[~2006-10-05 12:44 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-10-05 12:44 Andreas Schwab [this message]
2006-10-05 13:09 ` Reenable SCSI=m Adrian Bunk
2006-10-05 14:34 ` Andreas Schwab
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=jemz8bvsnn.fsf@sykes.suse.de \
--to=schwab@suse.de \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox