Signed-off-by: Stefan Richter <[EMAIL PROTECTED]>
---
 drivers/scsi/Kconfig |   14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

Index: linux-2.6.22-rc1/drivers/scsi/Kconfig
===================================================================
--- linux-2.6.22-rc1.orig/drivers/scsi/Kconfig
+++ linux-2.6.22-rc1/drivers/scsi/Kconfig
@@ -241,11 +241,19 @@ config SCSI_SCAN_ASYNC
          You can override this choice by specifying "scsi_mod.scan=sync"
          or async on the kernel's command line.
 
-config SCSI_WAIT_SCAN
+config SCSI_WAIT_SCAN_NO_Y
        tristate
        default m
-       depends on SCSI
-       depends on MODULES
+
+config SCSI_WAIT_SCAN
+       tristate "Pseudo driver which waits for SCSI scanning to finish"
+       depends on MODULES && SCSI && SCSI_WAIT_SCAN_NO_Y
+       help
+         When loaded, this module will do nothing else than wait for
+         SCSI low-level drivers to finish asynchronous scanning.
+         The module will be called scsi_wait_scan.
+
+         Most people can say n here.
 
 menu "SCSI Transports"
        depends on SCSI


Is there a better way to restrict SCSI_WAIT_SCAN to m and n?
-- 
Stefan Richter
-=====-=-=== -=-= -====
http://arcgraph.de/sr/

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to