diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2011-10-10 04:10:02 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-10-10 17:52:56 -0400 |
commit | efe2e878413ad4a4a4f241ba92e07d3248e65f50 (patch) | |
tree | 2d214b220d9c67e7cf6b7c6984de312b0d60ac74 /drivers/scsi | |
parent | 40cba97105d1892ee1170bc281484f559aaa5138 (diff) |
aic7xxx: fix Kconfig references to READMEs
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/scsi')
-rw-r--r-- | drivers/scsi/aic7xxx/Kconfig.aic79xx | 3 | ||||
-rw-r--r-- | drivers/scsi/aic7xxx/Kconfig.aic7xxx | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/drivers/scsi/aic7xxx/Kconfig.aic79xx b/drivers/scsi/aic7xxx/Kconfig.aic79xx index 5e6620f8dabc..6739069477de 100644 --- a/drivers/scsi/aic7xxx/Kconfig.aic79xx +++ b/drivers/scsi/aic7xxx/Kconfig.aic79xx | |||
@@ -31,8 +31,7 @@ config AIC79XX_CMDS_PER_DEVICE | |||
31 | on some devices. The upper bound is 253. 0 disables tagged queueing. | 31 | on some devices. The upper bound is 253. 0 disables tagged queueing. |
32 | 32 | ||
33 | Per device tag depth can be controlled via the kernel command line | 33 | Per device tag depth can be controlled via the kernel command line |
34 | "tag_info" option. See drivers/scsi/aic7xxx/README.aic79xx | 34 | "tag_info" option. See Documentation/scsi/aic79xx.txt for details. |
35 | for details. | ||
36 | 35 | ||
37 | config AIC79XX_RESET_DELAY_MS | 36 | config AIC79XX_RESET_DELAY_MS |
38 | int "Initial bus reset delay in milli-seconds" | 37 | int "Initial bus reset delay in milli-seconds" |
diff --git a/drivers/scsi/aic7xxx/Kconfig.aic7xxx b/drivers/scsi/aic7xxx/Kconfig.aic7xxx index 88da670a7915..55ac55ee6068 100644 --- a/drivers/scsi/aic7xxx/Kconfig.aic7xxx +++ b/drivers/scsi/aic7xxx/Kconfig.aic7xxx | |||
@@ -36,8 +36,7 @@ config AIC7XXX_CMDS_PER_DEVICE | |||
36 | on some devices. The upper bound is 253. 0 disables tagged queueing. | 36 | on some devices. The upper bound is 253. 0 disables tagged queueing. |
37 | 37 | ||
38 | Per device tag depth can be controlled via the kernel command line | 38 | Per device tag depth can be controlled via the kernel command line |
39 | "tag_info" option. See drivers/scsi/aic7xxx/README.aic7xxx | 39 | "tag_info" option. See Documentation/scsi/aic7xxx.txt for details. |
40 | for details. | ||
41 | 40 | ||
42 | config AIC7XXX_RESET_DELAY_MS | 41 | config AIC7XXX_RESET_DELAY_MS |
43 | int "Initial bus reset delay in milli-seconds" | 42 | int "Initial bus reset delay in milli-seconds" |