aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/Kconfig')
-rw-r--r--drivers/scsi/Kconfig18
1 files changed, 14 insertions, 4 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig
index 3a820f61ce65..86cf3d671eb9 100644
--- a/drivers/scsi/Kconfig
+++ b/drivers/scsi/Kconfig
@@ -1341,13 +1341,15 @@ config SCSI_DC395x
1341 To compile this driver as a module, choose M here: the 1341 To compile this driver as a module, choose M here: the
1342 module will be called dc395x. 1342 module will be called dc395x.
1343 1343
1344config SCSI_DC390T 1344config SCSI_AM53C974
1345 tristate "Tekram DC390(T) and Am53/79C974 SCSI support" 1345 tristate "Tekram DC390(T) and Am53/79C974 SCSI support (new driver)"
1346 depends on PCI && SCSI 1346 depends on PCI && SCSI
1347 select SCSI_SPI_ATTRS
1347 ---help--- 1348 ---help---
1348 This driver supports PCI SCSI host adapters based on the Am53C974A 1349 This driver supports PCI SCSI host adapters based on the Am53C974A
1349 chip, e.g. Tekram DC390(T), DawiControl 2974 and some onboard 1350 chip, e.g. Tekram DC390(T), DawiControl 2974 and some onboard
1350 PCscsi/PCnet (Am53/79C974) solutions. 1351 PCscsi/PCnet (Am53/79C974) solutions.
1352 This is a new implementation base on the generic esp_scsi driver.
1351 1353
1352 Documentation can be found in <file:Documentation/scsi/tmscsim.txt>. 1354 Documentation can be found in <file:Documentation/scsi/tmscsim.txt>.
1353 1355
@@ -1355,7 +1357,7 @@ config SCSI_DC390T
1355 based on NCR/Symbios chips. Use "NCR53C8XX SCSI support" for those. 1357 based on NCR/Symbios chips. Use "NCR53C8XX SCSI support" for those.
1356 1358
1357 To compile this driver as a module, choose M here: the 1359 To compile this driver as a module, choose M here: the
1358 module will be called tmscsim. 1360 module will be called am53c974.
1359 1361
1360config SCSI_T128 1362config SCSI_T128
1361 tristate "Trantor T128/T128F/T228 SCSI support" 1363 tristate "Trantor T128/T128F/T228 SCSI support"
@@ -1451,6 +1453,14 @@ config SCSI_NSP32
1451 To compile this driver as a module, choose M here: the 1453 To compile this driver as a module, choose M here: the
1452 module will be called nsp32. 1454 module will be called nsp32.
1453 1455
1456config SCSI_WD719X
1457 tristate "Western Digital WD7193/7197/7296 support"
1458 depends on PCI && SCSI
1459 select EEPROM_93CX6
1460 ---help---
1461 This is a driver for Western Digital WD7193, WD7197 and WD7296 PCI
1462 SCSI controllers (based on WD33C296A chip).
1463
1454config SCSI_DEBUG 1464config SCSI_DEBUG
1455 tristate "SCSI debugging host simulator" 1465 tristate "SCSI debugging host simulator"
1456 depends on SCSI 1466 depends on SCSI
@@ -1615,7 +1625,7 @@ config ATARI_SCSI_RESET_BOOT
1615 that leave the devices with SCSI operations partway completed. 1625 that leave the devices with SCSI operations partway completed.
1616 1626
1617config MAC_SCSI 1627config MAC_SCSI
1618 bool "Macintosh NCR5380 SCSI" 1628 tristate "Macintosh NCR5380 SCSI"
1619 depends on MAC && SCSI=y 1629 depends on MAC && SCSI=y
1620 select SCSI_SPI_ATTRS 1630 select SCSI_SPI_ATTRS
1621 help 1631 help