public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Possible bug in SCSI Kconfig
@ 2008-10-22 16:29 Fabio Comolli
  2008-10-22 18:35 ` Stefan Richter
  2008-10-22 19:05 ` James Bottomley
  0 siblings, 2 replies; 14+ messages in thread
From: Fabio Comolli @ 2008-10-22 16:29 UTC (permalink / raw)
  To: Linux Kernel Mailing List; +Cc: sam, James.Bottomley

Hi.
In kernel 2.6.27.2 - drivers/scsi/Kconfig we have:

config SCSI_WAIT_SCAN
        tristate
        default m
        depends on SCSI
        depends on MODULES

The tristate field is empty. This has the effect that this option is
not visible in menuconfig and so it's always selected. The default is
"m" for all architectures and so this module is always compiled if
SCSI and MODULES are both enabled.

I'm using a patch like this one:

 config SCSI_WAIT_SCAN
-	tristate
+	tristate "Wait until all the async scans are complete"
 	default m
 	depends on SCSI
 	depends on MODULES

to get rid of that module.

Of course, I have no idea if this is correct or the current behavior
is the expected one.

Regards,
Fabio

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

end of thread, other threads:[~2008-10-23 19:00 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-22 16:29 Possible bug in SCSI Kconfig Fabio Comolli
2008-10-22 18:35 ` Stefan Richter
2008-10-22 19:29   ` Fabio Comolli
2008-10-22 19:05 ` James Bottomley
2008-10-22 19:25   ` Fabio Comolli
2008-10-22 19:26     ` Matthew Wilcox
2008-10-22 19:31       ` Fabio Comolli
2008-10-22 19:34         ` Matthew Wilcox
2008-10-22 19:45           ` Fabio Comolli
2008-10-22 19:44     ` James Bottomley
2008-10-22 19:48       ` Fabio Comolli
2008-10-23 17:30       ` Stefan Richter
2008-10-23 17:39         ` Matthew Wilcox
2008-10-23 18:59           ` Stefan Richter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox