lkml.org 
[lkml]   [2007]   [May]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] SCSI: Let users disable SCSI_WAIT_SCAN to be built
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
---
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 majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2007-05-15 23:59    [W:0.696 / U:0.576 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site