mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "Randy.Dunlap" <rddunlap@osdl.org>
To: Kieran <kieran@ihateaol.co.uk>
Cc: linux-kernel@vger.kernel.org, linux-scsi@vger.kernel.org,
	jejb <james.bottomley@steeleye.com>
Subject: Re: Why is CONFIG_SCSI_QLA2X_X always enabled?
Date: Thu, 22 Apr 2004 09:28:53 -0700	[thread overview]
Message-ID: <20040422092853.55d0b011.rddunlap@osdl.org> (raw)
In-Reply-To: <4087E95F.5050409@ihateaol.co.uk>

On Thu, 22 Apr 2004 16:48:47 +0100 Kieran wrote:

| This has been bugging me for a while.. on pretty much all 2.6 kernel 
| configs I've done, the .config has had CONFIG_SCSI_QLA2XXX=y in it, 
| regardless of whether or not I have any other SCSI stuff compiled in. Is 
| there a reason for this, or is it a bug?

A nuisance or annoyance perhaps.  Here's a patch for it.


// linux-266-rc2
// Make SCSI_QLA2XXX config option changeable/selectable

diffstat:=
 drivers/scsi/qla2xxx/Kconfig |    3 +--
 1 files changed, 1 insertion(+), 2 deletions(-)


diff -Naurp ./drivers/scsi/qla2xxx/Kconfig~scsi_qla2 ./drivers/scsi/qla2xxx/Kconfig
--- ./drivers/scsi/qla2xxx/Kconfig~scsi_qla2	2004-04-20 15:54:24.000000000 -0700
+++ ./drivers/scsi/qla2xxx/Kconfig	2004-04-22 09:39:03.000000000 -0700
@@ -1,6 +1,5 @@
 config SCSI_QLA2XXX
-	tristate
-	default (SCSI && PCI)
+	tristate "Configure QLogic 21xx/22xx/23xx/63xx host adapters"
 	depends on SCSI && PCI
 
 config SCSI_QLA21XX

  reply	other threads:[~2004-04-22 16:34 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-04-22 15:48 Kieran
2004-04-22 16:28 ` Randy.Dunlap [this message]
2004-04-22 16:39   ` James Bottomley
2004-04-22 17:12     ` Randy.Dunlap
2004-04-22 17:28       ` James Bottomley
2004-04-22 18:15         ` Randy.Dunlap
2004-04-22 18:37           ` Randy.Dunlap
2004-04-22 18:56             ` James Bottomley
2004-04-22 19:28               ` Roman Zippel

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=20040422092853.55d0b011.rddunlap@osdl.org \
    --to=rddunlap@osdl.org \
    --cc=james.bottomley@steeleye.com \
    --cc=kieran@ihateaol.co.uk \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-scsi@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

all inboxes | Powered by JetHome®