diff options
Diffstat (limited to 'drivers/scsi/Kconfig')
-rw-r--r-- | drivers/scsi/Kconfig | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index de6a6418df24..30905cebefbb 100644 --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfig | |||
@@ -388,6 +388,7 @@ config SCSI_3W_9XXX | |||
388 | config SCSI_7000FASST | 388 | config SCSI_7000FASST |
389 | tristate "7000FASST SCSI support" | 389 | tristate "7000FASST SCSI support" |
390 | depends on ISA && SCSI && ISA_DMA_API | 390 | depends on ISA && SCSI && ISA_DMA_API |
391 | select CHECK_SIGNATURE | ||
391 | help | 392 | help |
392 | This driver supports the Western Digital 7000 SCSI host adapter | 393 | This driver supports the Western Digital 7000 SCSI host adapter |
393 | family. Some information is in the source: | 394 | family. Some information is in the source: |
@@ -409,6 +410,7 @@ config SCSI_AHA152X | |||
409 | tristate "Adaptec AHA152X/2825 support" | 410 | tristate "Adaptec AHA152X/2825 support" |
410 | depends on ISA && SCSI && !64BIT | 411 | depends on ISA && SCSI && !64BIT |
411 | select SCSI_SPI_ATTRS | 412 | select SCSI_SPI_ATTRS |
413 | select CHECK_SIGNATURE | ||
412 | ---help--- | 414 | ---help--- |
413 | This is a driver for the AHA-1510, AHA-1520, AHA-1522, and AHA-2825 | 415 | This is a driver for the AHA-1510, AHA-1520, AHA-1522, and AHA-2825 |
414 | SCSI host adapters. It also works for the AVA-1505, but the IRQ etc. | 416 | SCSI host adapters. It also works for the AVA-1505, but the IRQ etc. |
@@ -616,6 +618,7 @@ config SCSI_DTC3280 | |||
616 | tristate "DTC3180/3280 SCSI support" | 618 | tristate "DTC3180/3280 SCSI support" |
617 | depends on ISA && SCSI | 619 | depends on ISA && SCSI |
618 | select SCSI_SPI_ATTRS | 620 | select SCSI_SPI_ATTRS |
621 | select CHECK_SIGNATURE | ||
619 | help | 622 | help |
620 | This is support for DTC 3180/3280 SCSI Host Adapters. Please read | 623 | This is support for DTC 3180/3280 SCSI Host Adapters. Please read |
621 | the SCSI-HOWTO, available from | 624 | the SCSI-HOWTO, available from |
@@ -690,6 +693,7 @@ config SCSI_EATA_PIO | |||
690 | config SCSI_FUTURE_DOMAIN | 693 | config SCSI_FUTURE_DOMAIN |
691 | tristate "Future Domain 16xx SCSI/AHA-2920A support" | 694 | tristate "Future Domain 16xx SCSI/AHA-2920A support" |
692 | depends on (ISA || PCI) && SCSI | 695 | depends on (ISA || PCI) && SCSI |
696 | select CHECK_SIGNATURE | ||
693 | ---help--- | 697 | ---help--- |
694 | This is support for Future Domain's 16-bit SCSI host adapters | 698 | This is support for Future Domain's 16-bit SCSI host adapters |
695 | (TMC-1660/1680, TMC-1650/1670, TMC-3260, TMC-1610M/MER/MEX) and | 699 | (TMC-1660/1680, TMC-1650/1670, TMC-3260, TMC-1610M/MER/MEX) and |
@@ -1358,6 +1362,7 @@ config SCSI_LPFC | |||
1358 | config SCSI_SEAGATE | 1362 | config SCSI_SEAGATE |
1359 | tristate "Seagate ST-02 and Future Domain TMC-8xx SCSI support" | 1363 | tristate "Seagate ST-02 and Future Domain TMC-8xx SCSI support" |
1360 | depends on X86 && ISA && SCSI | 1364 | depends on X86 && ISA && SCSI |
1365 | select CHECK_SIGNATURE | ||
1361 | ---help--- | 1366 | ---help--- |
1362 | These are 8-bit SCSI controllers; the ST-01 is also supported by | 1367 | These are 8-bit SCSI controllers; the ST-01 is also supported by |
1363 | this driver. It is explained in section 3.9 of the SCSI-HOWTO, | 1368 | this driver. It is explained in section 3.9 of the SCSI-HOWTO, |
@@ -1431,6 +1436,7 @@ config SCSI_T128 | |||
1431 | tristate "Trantor T128/T128F/T228 SCSI support" | 1436 | tristate "Trantor T128/T128F/T228 SCSI support" |
1432 | depends on ISA && SCSI | 1437 | depends on ISA && SCSI |
1433 | select SCSI_SPI_ATTRS | 1438 | select SCSI_SPI_ATTRS |
1439 | select CHECK_SIGNATURE | ||
1434 | ---help--- | 1440 | ---help--- |
1435 | This is support for a SCSI host adapter. It is explained in section | 1441 | This is support for a SCSI host adapter. It is explained in section |
1436 | 3.11 of the SCSI-HOWTO, available from | 1442 | 3.11 of the SCSI-HOWTO, available from |
@@ -1595,7 +1601,7 @@ config A3000_SCSI | |||
1595 | built-in SCSI controller, say Y. Otherwise, say N. | 1601 | built-in SCSI controller, say Y. Otherwise, say N. |
1596 | 1602 | ||
1597 | To compile this driver as a module, choose M here: the | 1603 | To compile this driver as a module, choose M here: the |
1598 | module will be called wd33c93. | 1604 | module will be called a3000. |
1599 | 1605 | ||
1600 | config A2091_SCSI | 1606 | config A2091_SCSI |
1601 | tristate "A2091/A590 WD33C93A support" | 1607 | tristate "A2091/A590 WD33C93A support" |
@@ -1605,7 +1611,7 @@ config A2091_SCSI | |||
1605 | say N. | 1611 | say N. |
1606 | 1612 | ||
1607 | To compile this driver as a module, choose M here: the | 1613 | To compile this driver as a module, choose M here: the |
1608 | module will be called wd33c93. | 1614 | module will be called a2091. |
1609 | 1615 | ||
1610 | config GVP11_SCSI | 1616 | config GVP11_SCSI |
1611 | tristate "GVP Series II WD33C93A support" | 1617 | tristate "GVP Series II WD33C93A support" |