| .. | .. |
|---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | # |
|---|
| 2 | 3 | # AIC7XXX and AIC79XX 2.5.X Kernel configuration File. |
|---|
| 3 | 4 | # $Id: //depot/linux-aic79xx-2.5.0/drivers/scsi/aic7xxx/Kconfig.aic7xxx#7 $ |
|---|
| 4 | 5 | # |
|---|
| 5 | 6 | config SCSI_AIC7XXX |
|---|
| 6 | | - tristate "Adaptec AIC7xxx Fast -> U160 support (New Driver)" |
|---|
| 7 | + tristate "Adaptec AIC7xxx Fast -> U160 support" |
|---|
| 7 | 8 | depends on (PCI || EISA) && SCSI |
|---|
| 8 | 9 | select SCSI_SPI_ATTRS |
|---|
| 9 | | - ---help--- |
|---|
| 10 | + help |
|---|
| 10 | 11 | This driver supports all of Adaptec's Fast through Ultra 160 PCI |
|---|
| 11 | 12 | based SCSI controllers as well as the aic7770 based EISA and VLB |
|---|
| 12 | 13 | SCSI controllers (the 274x and 284x series). For AAA and ARO based |
|---|
| .. | .. |
|---|
| 19 | 20 | int "Maximum number of TCQ commands per device" |
|---|
| 20 | 21 | depends on SCSI_AIC7XXX |
|---|
| 21 | 22 | default "32" |
|---|
| 22 | | - ---help--- |
|---|
| 23 | + help |
|---|
| 23 | 24 | Specify the number of commands you would like to allocate per SCSI |
|---|
| 24 | 25 | device when Tagged Command Queueing (TCQ) is enabled on that device. |
|---|
| 25 | 26 | |
|---|
| .. | .. |
|---|
| 36 | 37 | on some devices. The upper bound is 253. 0 disables tagged queueing. |
|---|
| 37 | 38 | |
|---|
| 38 | 39 | 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. |
|---|
| 40 | 41 | |
|---|
| 41 | 42 | config AIC7XXX_RESET_DELAY_MS |
|---|
| 42 | 43 | int "Initial bus reset delay in milli-seconds" |
|---|
| 43 | 44 | depends on SCSI_AIC7XXX |
|---|
| 44 | 45 | default "5000" |
|---|
| 45 | | - ---help--- |
|---|
| 46 | + help |
|---|
| 46 | 47 | The number of milliseconds to delay after an initial bus reset. |
|---|
| 47 | 48 | The bus settle delay following all error recovery actions is |
|---|
| 48 | 49 | dictated by the SCSI layer and is not affected by this value. |
|---|