lkml.org 
[lkml]   [2004]   [Apr]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: Why is CONFIG_SCSI_QLA2X_X always enabled?
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
-
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/
\
 
 \ /
  Last update: 2005-03-22 14:02    [W:0.033 / U:0.688 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site