diff options
author | Kars de Jong <jongk@linux-m68k.org> | 2007-06-17 08:47:09 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2007-06-17 17:19:14 -0400 |
commit | 45804fbb00eea27bdf4d62751681228a9e2844e9 (patch) | |
tree | 9725a96532275ea523de463f6955f36257cfa830 /drivers/scsi/Kconfig | |
parent | a16efc1cbf0a9e5ea9f99ae98fb774b60d05c35b (diff) |
[SCSI] 53c700: Amiga Zorro NCR53c710 SCSI
New driver for Amiga Zorro bus NCR53c710 SCSI controllers, using the 53c700
SCSI core.
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.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, 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)" |