diff options
author | Kars de Jong <jongk@linux-m68k.org> | 2007-06-17 08:47:08 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2007-06-17 17:18:27 -0400 |
commit | a16efc1cbf0a9e5ea9f99ae98fb774b60d05c35b (patch) | |
tree | c29b997faabf14246d9e677aaf83c6453446ce41 /drivers/scsi/Kconfig | |
parent | 506c7bbcd9bc042a782bdcdb0c926de4c9d62028 (diff) |
[SCSI] 53c700: Amiga 4000T NCR53c710 SCSI
New driver for the Amiga 4000T built-in NCR53c710 SCSI controller, 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 | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index 915bf6caffe0..8e53586a3f12 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 MVME16x_SCSI || BVME6000_SCSI | 1011 | depends on SCSI_A4000T || MVME16x_SCSI || BVME6000_SCSI |
1012 | default y | 1012 | default y |
1013 | 1013 | ||
1014 | config SCSI_SYM53C8XX_2 | 1014 | config SCSI_SYM53C8XX_2 |
@@ -1614,13 +1614,23 @@ config FASTLANE_SCSI | |||
1614 | If you have the Phase5 Fastlane Z3 SCSI controller, or plan to use | 1614 | If you have the Phase5 Fastlane Z3 SCSI controller, or plan to use |
1615 | one in the near future, say Y to this question. Otherwise, say N. | 1615 | one in the near future, say Y to this question. Otherwise, say N. |
1616 | 1616 | ||
1617 | config SCSI_A4000T | ||
1618 | tristate "A4000T NCR53c710 SCSI support (EXPERIMENTAL)" | ||
1619 | depends on AMIGA && SCSI && EXPERIMENTAL | ||
1620 | select SCSI_SPI_ATTRS | ||
1621 | help | ||
1622 | If you have an Amiga 4000T and have SCSI devices connected to the | ||
1623 | built-in SCSI controller, say Y. Otherwise, say N. | ||
1624 | |||
1625 | To compile this driver as a module, choose M here: the | ||
1626 | module will be called a4000t. | ||
1627 | |||
1617 | config SCSI_AMIGA7XX | 1628 | config SCSI_AMIGA7XX |
1618 | bool "Amiga NCR53c710 SCSI support (EXPERIMENTAL)" | 1629 | bool "Amiga NCR53c710 SCSI support (EXPERIMENTAL)" |
1619 | depends on AMIGA && SCSI && EXPERIMENTAL && BROKEN | 1630 | depends on AMIGA && SCSI && EXPERIMENTAL && BROKEN |
1620 | help | 1631 | help |
1621 | Support for various NCR53c710-based SCSI controllers on the Amiga. | 1632 | Support for various NCR53c710-based SCSI controllers on the Amiga. |
1622 | This includes: | 1633 | This includes: |
1623 | - the builtin SCSI controller on the Amiga 4000T, | ||
1624 | - the Amiga 4091 Zorro III SCSI-2 controller, | 1634 | - the Amiga 4091 Zorro III SCSI-2 controller, |
1625 | - the MacroSystem Development's WarpEngine Amiga SCSI-2 controller | 1635 | - the MacroSystem Development's WarpEngine Amiga SCSI-2 controller |
1626 | (info at | 1636 | (info at |