All of lore.kernel.org
 help / color / mirror / Atom feed
* 2.6 - SCSI Config parameter always set ?
@ 2005-10-14 13:50 Roger While
  2005-10-21 23:45 ` Adrian Bunk
  0 siblings, 1 reply; 4+ messages in thread
From: Roger While @ 2005-10-14 13:50 UTC (permalink / raw)
  To: linux-kernel

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.

Roger While




^ permalink raw reply	[flat|nested] 4+ messages in thread

* 2.6 - SCSI Config parameter always set ?
@ 2005-10-14 14:16 Roger While
  2005-10-14 16:03 ` Randy.Dunlap
  0 siblings, 1 reply; 4+ messages in thread
From: Roger While @ 2005-10-14 14:16 UTC (permalink / raw)
  To: linux-scsi

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.

Roger While




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: 2.6 - SCSI Config parameter always set ?
  2005-10-14 14:16 Roger While
@ 2005-10-14 16:03 ` Randy.Dunlap
  0 siblings, 0 replies; 4+ messages in thread
From: Randy.Dunlap @ 2005-10-14 16:03 UTC (permalink / raw)
  To: Roger While; +Cc: linux-scsi

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@xenotime.net>

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@xenotime.net>
---

 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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: 2.6 - SCSI Config parameter always set ?
  2005-10-14 13:50 2.6 - SCSI Config parameter always set ? Roger While
@ 2005-10-21 23:45 ` Adrian Bunk
  0 siblings, 0 replies; 4+ messages in thread
From: Adrian Bunk @ 2005-10-21 23:45 UTC (permalink / raw)
  To: Roger While; +Cc: linux-kernel

On Fri, Oct 14, 2005 at 03:50:33PM +0200, Roger While wrote:
> CONFIG_SCSI_QLA2XXX=y
> 
> It seems as though this is always set with no method
> of unsetting it.

Disable CONFIG_SCSI or CONFIG_PCI...  ;-)

> Is this intentional ?

Yes, it is.

Note that CONFIG_SCSI_QLA2XXX itself doesn't enable any code, it's only 
a herlper option for the other SCSI_QLA2* options.

> It's been like this since at least 2.6.11 up to current 2.6.14rc4.
> 
> Roger While

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-10-21 23:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-14 13:50 2.6 - SCSI Config parameter always set ? Roger While
2005-10-21 23:45 ` Adrian Bunk
  -- strict thread matches above, loose matches on Subject: below --
2005-10-14 14:16 Roger While
2005-10-14 16:03 ` Randy.Dunlap

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.