From: "Randy.Dunlap" <rddunlap@osdl.org>
To: rob@landley.net
Cc: mzyngier@freesurf.fr, linux-kernel@vger.kernel.org
Subject: Re: Why can't I shut scsi device support off in -test9?
Date: Wed, 12 Nov 2003 13:33:01 -0800 [thread overview]
Message-ID: <20031112133301.372e1349.rddunlap@osdl.org> (raw)
In-Reply-To: <200311121527.23123.rob@landley.net>
On Wed, 12 Nov 2003 15:27:23 -0600 Rob Landley <rob@landley.net> wrote:
| On Wednesday 12 November 2003 10:58, Randy.Dunlap wrote:
| > On Wed, 12 Nov 2003 02:03:51 -0600 Rob Landley <rob@landley.net> wrote:
| > | On Wednesday 12 November 2003 01:34, Marc Zyngier wrote:
| > | > >>>>> "Rob" == Rob Landley <rob@landley.net> writes:
| > | >
| > | > Rob> I tried switching SCSI support off by hand (editing .config) and
| > | > Rob> it still showed up in the menu. (Maybe turned back on by a
| > | > Rob> dependency, but on what?)
| > | >
| > | > Care to submit this .config ?
| >
| > I also have no trouble disabling CONFIG_SCSI with this .config file,
| > using any of 'make menuconfig|xconfig|oldconfig' ($EDITOR + oldconfig).
| >
| > on 2.6.0-test9 plain
| >
| > A quick grep of all Kconfig files finds only USB_STORAGE that
| > does a "select SCSI" when it (USB_STORAGE) is enabled.
|
| Huh, so IDE scsi emulation doesn't? (Not that I use it. I want SCSI _off_.)
No, ide-scsi, IEEE1394 SBP2, etc., just do this:
depends on SCSI [&& others in some cases]
while USB_STORAGE turns SCSI on if it's selected:
select SCSI
| Hmmm... I just extracted a fresh tarball and tried again and had the same
| problem. Possibly I'm looking in the wrong place? "Device drivers"->"SCSI
| Devices", top of the menu the option is "---" instead of selectable. Seems
| an odd place to put the SCSI bus, but I can't find it it any of the menus
| above that (and I just spent another 5 minutes looking).
|
| It's too late in the development cycle to complain about the menu layout, but
| as soon as 2.7 opens... (Okay, I'll get lost in the noise, but still...)
|
| Rob
|
| Don't worry, if I get really bored, I'll start sticking printfs into kconfig.
| In the mean time, I can pipe .config through "grep -v SCSI" for my own
| purposes...
Go for it. Although others should be able to reproduce it...
--
~Randy
MOTD: Always include version info.
prev parent reply other threads:[~2003-11-12 21:37 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-11-12 6:46 Why can't I shut scsi device support off in -test9? Rob Landley
2003-11-12 6:51 ` Marc Zyngier
2003-11-12 7:26 ` Rob Landley
2003-11-12 7:34 ` Marc Zyngier
2003-11-12 8:03 ` Rob Landley
2003-11-12 8:19 ` Marc Zyngier
2003-11-12 8:35 ` Rob Landley
2003-11-12 16:58 ` Randy.Dunlap
2003-11-12 21:27 ` Rob Landley
2003-11-12 21:33 ` Randy.Dunlap [this message]
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=20031112133301.372e1349.rddunlap@osdl.org \
--to=rddunlap@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mzyngier@freesurf.fr \
--cc=rob@landley.net \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.