aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/Kconfig')
-rw-r--r--drivers/scsi/Kconfig19
1 files changed, 1 insertions, 18 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig
index e9559782d3ec..74bf1aa7af46 100644
--- a/drivers/scsi/Kconfig
+++ b/drivers/scsi/Kconfig
@@ -263,23 +263,6 @@ config SCSI_SCAN_ASYNC
263 You can override this choice by specifying "scsi_mod.scan=sync" 263 You can override this choice by specifying "scsi_mod.scan=sync"
264 or async on the kernel's command line. 264 or async on the kernel's command line.
265 265
266config SCSI_WAIT_SCAN
267 tristate # No prompt here, this is an invisible symbol.
268 default m
269 depends on SCSI
270 depends on MODULES
271# scsi_wait_scan is a loadable module which waits until all the async scans are
272# complete. The idea is to use it in initrd/ initramfs scripts. You modprobe
273# it after all the modprobes of the root SCSI drivers and it will wait until
274# they have all finished scanning their buses before allowing the boot to
275# proceed. (This method is not applicable if targets boot independently in
276# parallel with the initiator, or with transports with non-deterministic target
277# discovery schemes, or if a transport driver does not support scsi_wait_scan.)
278#
279# This symbol is not exposed as a prompt because little is to be gained by
280# disabling it, whereas people who accidentally switch it off may wonder why
281# their mkinitrd gets into trouble.
282
283menu "SCSI Transports" 266menu "SCSI Transports"
284 depends on SCSI 267 depends on SCSI
285 268
@@ -461,7 +444,7 @@ config SCSI_ACARD
461 444
462config SCSI_AHA152X 445config SCSI_AHA152X
463 tristate "Adaptec AHA152X/2825 support" 446 tristate "Adaptec AHA152X/2825 support"
464 depends on ISA && SCSI && !64BIT 447 depends on ISA && SCSI
465 select SCSI_SPI_ATTRS 448 select SCSI_SPI_ATTRS
466 select CHECK_SIGNATURE 449 select CHECK_SIGNATURE
467 ---help--- 450 ---help---