diff options
Diffstat (limited to 'drivers/scsi/Kconfig')
-rw-r--r-- | drivers/scsi/Kconfig | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index 8e53586a3f12..874cfee29358 100644 --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfig | |||
@@ -1008,7 +1008,7 @@ config SCSI_STEX | |||
1008 | 1008 | ||
1009 | config 53C700_BE_BUS | 1009 | config 53C700_BE_BUS |
1010 | bool | 1010 | bool |
1011 | depends on SCSI_A4000T || MVME16x_SCSI || BVME6000_SCSI | 1011 | depends on SCSI_A4000T || SCSI_ZORRO7XX || MVME16x_SCSI || BVME6000_SCSI |
1012 | default y | 1012 | default y |
1013 | 1013 | ||
1014 | config SCSI_SYM53C8XX_2 | 1014 | config SCSI_SYM53C8XX_2 |
@@ -1625,11 +1625,13 @@ config SCSI_A4000T | |||
1625 | To compile this driver as a module, choose M here: the | 1625 | To compile this driver as a module, choose M here: the |
1626 | module will be called a4000t. | 1626 | module will be called a4000t. |
1627 | 1627 | ||
1628 | config SCSI_AMIGA7XX | 1628 | config SCSI_ZORRO7XX |
1629 | bool "Amiga NCR53c710 SCSI support (EXPERIMENTAL)" | 1629 | tristate "Zorro NCR53c710 SCSI support (EXPERIMENTAL)" |
1630 | depends on AMIGA && SCSI && EXPERIMENTAL && BROKEN | 1630 | depends on ZORRO && SCSI && EXPERIMENTAL |
1631 | select SCSI_SPI_ATTRS | ||
1631 | help | 1632 | help |
1632 | Support for various NCR53c710-based SCSI controllers on the Amiga. | 1633 | Support for various NCR53c710-based SCSI controllers on Zorro |
1634 | expansion boards for the Amiga. | ||
1633 | This includes: | 1635 | This includes: |
1634 | - the Amiga 4091 Zorro III SCSI-2 controller, | 1636 | - the Amiga 4091 Zorro III SCSI-2 controller, |
1635 | - the MacroSystem Development's WarpEngine Amiga SCSI-2 controller | 1637 | - the MacroSystem Development's WarpEngine Amiga SCSI-2 controller |
@@ -1638,10 +1640,6 @@ config SCSI_AMIGA7XX | |||
1638 | - the SCSI controller on the Phase5 Blizzard PowerUP 603e+ | 1640 | - the SCSI controller on the Phase5 Blizzard PowerUP 603e+ |
1639 | accelerator card for the Amiga 1200, | 1641 | accelerator card for the Amiga 1200, |
1640 | - the SCSI controller on the GVP Turbo 040/060 accelerator. | 1642 | - the SCSI controller on the GVP Turbo 040/060 accelerator. |
1641 | Note that all of the above SCSI controllers, except for the builtin | ||
1642 | SCSI controller on the Amiga 4000T, reside on the Zorro expansion | ||
1643 | bus, so you also have to enable Zorro bus support if you want to use | ||
1644 | them. | ||
1645 | 1643 | ||
1646 | config OKTAGON_SCSI | 1644 | config OKTAGON_SCSI |
1647 | tristate "BSC Oktagon SCSI support (EXPERIMENTAL)" | 1645 | tristate "BSC Oktagon SCSI support (EXPERIMENTAL)" |