The scsi_wait_scan module lacks a menu entry and help text. The patch adds those, and also makes the module disabled by default, so that it is compiled only for those targets, which consciously need it. Signed-off-by: Dmitri Vorobiev <dmitri.vorobiev@xxxxxxxxx> --- drivers/scsi/Kconfig | 12 ++++++++++-- 1 files changed, 10 insertions(+), 2 deletions(-) diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index 403ecad..1adb52c 100644 --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfig @@ -257,10 +257,18 @@ config SCSI_SCAN_ASYNC or async on the kernel's command line. config SCSI_WAIT_SCAN - tristate - default m + tristate "Waiter module for asyncronous SCSI scanning" + default n depends on SCSI depends on MODULES + help + This is a simple module to 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. + + If unsure, say N. menu "SCSI Transports" depends on SCSI -- 1.5.6.5 -- To unsubscribe from this list: 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