diff options
author | Robert P. J. Day <rpjday@mindspring.com> | 2007-03-27 01:59:33 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2007-04-01 11:11:16 -0400 |
commit | b73c3d778647bffff6dbcbe41e8fc01215a22194 (patch) | |
tree | 4c5481348a02e9a63e5fdaf15fb730f74e8ff5d7 /drivers/scsi/Kconfig | |
parent | 0d06b281a1001ed40cace820d99eeb7d4453adb7 (diff) |
[SCSI] Remove some unused SCSI-related kernel config variables.
Remove the unused SCSI-related kernel config variables
SCSI_NCR53C8XX_PROFILE_SUPPORT
SCSI_NCR53C8XX_PROFILE
53C700_IO_MAPPED
AIC79XX_ENABLE_RD_STRM
AIC7XXX_PROBE_EISA_VL
Signed-off-by: Robert P. J. Day <rpjday@mindspring.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/Kconfig')
-rw-r--r-- | drivers/scsi/Kconfig | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index f3bc0f459dea..d243ae115209 100644 --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfig | |||
@@ -1200,17 +1200,6 @@ config SCSI_NCR53C8XX_SYNC | |||
1200 | There is no safe option other than using good cabling, right | 1200 | There is no safe option other than using good cabling, right |
1201 | terminations and SCSI conformant devices. | 1201 | terminations and SCSI conformant devices. |
1202 | 1202 | ||
1203 | config SCSI_NCR53C8XX_PROFILE | ||
1204 | bool "enable profiling" | ||
1205 | depends on SCSI_ZALON || SCSI_NCR_Q720 | ||
1206 | help | ||
1207 | This option allows you to enable profiling information gathering. | ||
1208 | These statistics are not very accurate due to the low frequency | ||
1209 | of the kernel clock (100 Hz on i386) and have performance impact | ||
1210 | on systems that use very fast devices. | ||
1211 | |||
1212 | The normal answer therefore is N. | ||
1213 | |||
1214 | config SCSI_NCR53C8XX_NO_DISCONNECT | 1203 | config SCSI_NCR53C8XX_NO_DISCONNECT |
1215 | bool "not allow targets to disconnect" | 1204 | bool "not allow targets to disconnect" |
1216 | depends on (SCSI_ZALON || SCSI_NCR_Q720) && SCSI_NCR53C8XX_DEFAULT_TAGS=0 | 1205 | depends on (SCSI_ZALON || SCSI_NCR_Q720) && SCSI_NCR53C8XX_DEFAULT_TAGS=0 |
@@ -1340,11 +1329,6 @@ config SCSI_SIM710 | |||
1340 | 1329 | ||
1341 | It currently supports Compaq EISA cards and NCR MCA cards | 1330 | It currently supports Compaq EISA cards and NCR MCA cards |
1342 | 1331 | ||
1343 | config 53C700_IO_MAPPED | ||
1344 | bool | ||
1345 | depends on SCSI_SIM710 | ||
1346 | default y | ||
1347 | |||
1348 | config SCSI_SYM53C416 | 1332 | config SCSI_SYM53C416 |
1349 | tristate "Symbios 53c416 SCSI support" | 1333 | tristate "Symbios 53c416 SCSI support" |
1350 | depends on ISA && SCSI | 1334 | depends on ISA && SCSI |