Commit 840c2835a1c867281d27158378a9d34f593a7664 ([SCSI] make
scsi_wait_scan always modular) broke configurations where
SCSI_SCAN_ASYNC is selected for non-modular builds.
Signed-off-by: Andrew Vasquez <[EMAIL PROTECTED]>
---
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig
index f3bc0f4..eb25abe 100644
--- a/drivers/scsi/Kconfig
+++ b/drivers/scsi/Kconfig
@@ -226,6 +226,7 @@ config SCSI_LOGGING
config SCSI_SCAN_ASYNC
bool "Asynchronous SCSI scanning"
depends on SCSI
+ select SCSI_WAIT_SCAN
help
The SCSI subsystem can probe for devices while the rest of the
system continues booting, and even probe devices on different
-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html