Skip to content

Commit 154cf64

Browse files
kelsey-steelechessturo
authored andcommitted
config: Enable SCSI_SCAN_ASYNC
The SCSI subsystem can probe for devices while the rest of the system continues booting, and even probe devices on different busses in parallel, leading to a significant speed-up. Signed-off-by: Kelsey Steele <kelseysteele@microsoft.com>
1 parent 72211b5 commit 154cf64

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

arch/arm64/configs/config-wsl-arm64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1768,7 +1768,7 @@ CONFIG_BLK_DEV_BSG=y
17681768
# CONFIG_CHR_DEV_SCH is not set
17691769
# CONFIG_SCSI_CONSTANTS is not set
17701770
# CONFIG_SCSI_LOGGING is not set
1771-
# CONFIG_SCSI_SCAN_ASYNC is not set
1771+
CONFIG_SCSI_SCAN_ASYNC=y
17721772

17731773
#
17741774
# SCSI Transports

arch/x86/configs/config-wsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1777,7 +1777,7 @@ CONFIG_BLK_DEV_BSG=y
17771777
# CONFIG_CHR_DEV_SCH is not set
17781778
# CONFIG_SCSI_CONSTANTS is not set
17791779
# CONFIG_SCSI_LOGGING is not set
1780-
# CONFIG_SCSI_SCAN_ASYNC is not set
1780+
CONFIG_SCSI_SCAN_ASYNC=y
17811781

17821782
#
17831783
# SCSI Transports

0 commit comments

Comments
 (0)