hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/scsi/aic7xxx/Kconfig.aic7xxx
....@@ -1,12 +1,13 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 #
23 # AIC7XXX and AIC79XX 2.5.X Kernel configuration File.
34 # $Id: //depot/linux-aic79xx-2.5.0/drivers/scsi/aic7xxx/Kconfig.aic7xxx#7 $
45 #
56 config SCSI_AIC7XXX
6
- tristate "Adaptec AIC7xxx Fast -> U160 support (New Driver)"
7
+ tristate "Adaptec AIC7xxx Fast -> U160 support"
78 depends on (PCI || EISA) && SCSI
89 select SCSI_SPI_ATTRS
9
- ---help---
10
+ help
1011 This driver supports all of Adaptec's Fast through Ultra 160 PCI
1112 based SCSI controllers as well as the aic7770 based EISA and VLB
1213 SCSI controllers (the 274x and 284x series). For AAA and ARO based
....@@ -19,7 +20,7 @@
1920 int "Maximum number of TCQ commands per device"
2021 depends on SCSI_AIC7XXX
2122 default "32"
22
- ---help---
23
+ help
2324 Specify the number of commands you would like to allocate per SCSI
2425 device when Tagged Command Queueing (TCQ) is enabled on that device.
2526
....@@ -36,13 +37,13 @@
3637 on some devices. The upper bound is 253. 0 disables tagged queueing.
3738
3839 Per device tag depth can be controlled via the kernel command line
39
- "tag_info" option. See Documentation/scsi/aic7xxx.txt for details.
40
+ "tag_info" option. See Documentation/scsi/aic7xxx.rst for details.
4041
4142 config AIC7XXX_RESET_DELAY_MS
4243 int "Initial bus reset delay in milli-seconds"
4344 depends on SCSI_AIC7XXX
4445 default "5000"
45
- ---help---
46
+ help
4647 The number of milliseconds to delay after an initial bus reset.
4748 The bus settle delay following all error recovery actions is
4849 dictated by the SCSI layer and is not affected by this value.