On Fri, 14 Oct 2005, Roger While wrote: > CONFIG_SCSI_QLA2XXX=y > > It seems as though this is always set with no method > of unsetting it. > Is this intentional ? > > It's been like this since at least 2.6.11 up to current 2.6.14rc4. Is it causing a problem? It does cause drivers/scsi/qla2xxx/built-in.o to be built, total of 8 bytes on my system. Here's a patch for it. Comments? --- From: Randy Dunlap <rdunlap@xxxxxxxxxxxx> Make it possible to enable or disable SCSI_QLA2XXX. This saves building drivers/scsi/qla2xxx/built-in.o and is consistent with how SCSI_SATA can be enabled or disabled. Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxx> --- drivers/scsi/qla2xxx/Kconfig | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -Naurp linux-2614-rc4/drivers/scsi/qla2xxx/Kconfig~scsi_qla2x linux-2614-rc4/drivers/scsi/qla2xxx/Kconfig --- linux-2614-rc4/drivers/scsi/qla2xxx/Kconfig~scsi_qla2x 2005-08-28 16:41:01.000000000 -0700 +++ linux-2614-rc4/drivers/scsi/qla2xxx/Kconfig 2005-10-14 08:55:31.000000000 -0700 @@ -1,5 +1,5 @@ config SCSI_QLA2XXX - tristate + tristate "QLogic ISPxxxx family support" default (SCSI && PCI) depends on SCSI && PCI - : send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html