diff options
-rw-r--r-- | drivers/scsi/Kconfig | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index 8fc851a9e116..7c097006c54d 100644 --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfig | |||
@@ -52,12 +52,12 @@ config SCSI_MQ_DEFAULT | |||
52 | default y | 52 | default y |
53 | depends on SCSI | 53 | depends on SCSI |
54 | ---help--- | 54 | ---help--- |
55 | This option enables the new blk-mq based I/O path for SCSI | 55 | This option enables the blk-mq based I/O path for SCSI devices by |
56 | devices by default. With the option the scsi_mod.use_blk_mq | 56 | default. With this option the scsi_mod.use_blk_mq module/boot |
57 | module/boot option defaults to Y, without it to N, but it can | 57 | option defaults to Y, without it to N, but it can still be |
58 | still be overridden either way. | 58 | overridden either way. |
59 | 59 | ||
60 | If unsure say N. | 60 | If unsure say Y. |
61 | 61 | ||
62 | config SCSI_PROC_FS | 62 | config SCSI_PROC_FS |
63 | bool "legacy /proc/scsi/ support" | 63 | bool "legacy /proc/scsi/ support" |