diff options
author | James Bottomley <James.Bottomley@HansenPartnership.com> | 2008-01-03 13:17:50 -0500 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2008-02-07 19:02:34 -0500 |
commit | c9e86b8b1da8aea2cad6d3a825791c25ea67624d (patch) | |
tree | a7ce4c8a8c1ab32ac6b45686ac1aa99ababc1f67 /drivers/scsi/Kconfig | |
parent | 3dfcb701e1ff7aa21d6623e46b6ec3f7d0d306e1 (diff) |
[SCSI] mca_53c9x: remove driver
This driver depends on the deprecated NCR53C9X core and needs to be converted
to the esp_scsi core.
Acked-by: Boaz Harrosh <bharrosh@panasas.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'drivers/scsi/Kconfig')
-rw-r--r-- | drivers/scsi/Kconfig | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index fa86f340cbb3..21675ae83901 100644 --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfig | |||
@@ -1263,17 +1263,6 @@ config SCSI_NCR53C8XX_NO_DISCONNECT | |||
1263 | not allow targets to disconnect is not reasonable if there is more | 1263 | not allow targets to disconnect is not reasonable if there is more |
1264 | than 1 device on a SCSI bus. The normal answer therefore is N. | 1264 | than 1 device on a SCSI bus. The normal answer therefore is N. |
1265 | 1265 | ||
1266 | config SCSI_MCA_53C9X | ||
1267 | tristate "NCR MCA 53C9x SCSI support" | ||
1268 | depends on MCA_LEGACY && SCSI && BROKEN_ON_SMP | ||
1269 | help | ||
1270 | Some MicroChannel machines, notably the NCR 35xx line, use a SCSI | ||
1271 | controller based on the NCR 53C94. This driver will allow use of | ||
1272 | the controller on the 3550, and very possibly others. | ||
1273 | |||
1274 | To compile this driver as a module, choose M here: the | ||
1275 | module will be called mca_53c9x. | ||
1276 | |||
1277 | config SCSI_PAS16 | 1266 | config SCSI_PAS16 |
1278 | tristate "PAS16 SCSI support" | 1267 | tristate "PAS16 SCSI support" |
1279 | depends on ISA && SCSI | 1268 | depends on ISA && SCSI |