public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] scsi_wait_scan: no option appears when configuring for scsi_wait_scan.
@ 2009-06-17  2:07 Changli Gao
  2009-06-17  2:12 ` Matthew Wilcox
  0 siblings, 1 reply; 11+ messages in thread
From: Changli Gao @ 2009-06-17  2:07 UTC (permalink / raw)
  To: James.Bottomley; +Cc: Linux Kernel Mailing List, linux-scsi, xiaosuo

FIXBUG: missing comment after tristate leads to no option for
scsci_wait_scan when configuring.

When build kernel, this module is always built if I choose SCSI, and I
can't find any option in the configuration menu, so I can't disable it
or build it into kernel statically. After diving into the kernel source
code, I found no comment after keyword tristate, then I added the
comment and help.

Signed-off-by: Changli Gao <xiaosuo@gmail.com <mailto:xiaosuo@gmail.com>>
----

Kconfig | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

--- drivers/scsi/Kconfig.orig	2009-06-17 09:52:46.000000000 +0800
+++ drivers/scsi/Kconfig	2009-06-17 09:55:57.000000000 +0800
@@ -259,10 +259,15 @@
 	  or async on the kernel's command line.
 
 config SCSI_WAIT_SCAN
-	tristate
+	tristate "Wait until all the async scans are complete"
 	default m
 	depends on SCSI
 	depends on MODULES
+	help
+	  Wait until all the async scans are complete. The idea is to use it in
+	  initrd/initramfs scripts.  You modprobe it after all the modprobes of
+	  the root SCSI drivers and it will wait until they have all finished
+	  scanning their busses before allowing the boot to proceed
 
 menu "SCSI Transports"
 	depends on SCSI


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

end of thread, other threads:[~2009-06-22 11:02 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-17  2:07 [PATCH] scsi_wait_scan: no option appears when configuring for scsi_wait_scan Changli Gao
2009-06-17  2:12 ` Matthew Wilcox
2009-06-17 10:07   ` [PATCH] SCSI: explain the hidden scsi_wait_scan Kconfig variable Stefan Richter
2009-06-17 10:28     ` Stefan Richter
2009-06-18  0:57     ` Changli Gao
2009-06-18 15:21     ` James Bottomley
2009-06-18 16:59       ` Sam Ravnborg
2009-06-18 19:03         ` [PATCH update 1] " Stefan Richter
2009-06-18 19:03         ` [PATCH update 2] " Stefan Richter
2009-06-22  8:57           ` Alan Cox
2009-06-22 11:02             ` Matthew Wilcox

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