diff options
author | Kars de Jong <jongk@linux-m68k.org> | 2007-06-17 14:47:07 +0200 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2007-06-17 16:17:40 -0500 |
commit | 506c7bbcd9bc042a782bdcdb0c926de4c9d62028 (patch) | |
tree | 47ad6a88bea43d2dcae6d3e5315e28df4b8c6710 /drivers/scsi/Kconfig | |
parent | 8276b58af4dd1c406aa5fe0fa010a6fc92283cb1 (diff) | |
download | blackbird-op-linux-506c7bbcd9bc042a782bdcdb0c926de4c9d62028.tar.gz blackbird-op-linux-506c7bbcd9bc042a782bdcdb0c926de4c9d62028.zip |
[SCSI] 53c700: m68k MVME16x NCR53C710 SCSI
New driver for the MVME16x 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 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index 17a9efe0f617..915bf6caffe0 100644 --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfig @@ -1008,7 +1008,7 @@ config SCSI_STEX config 53C700_BE_BUS bool - depends on BVME6000_SCSI + depends on MVME16x_SCSI || BVME6000_SCSI default y config SCSI_SYM53C8XX_2 @@ -1715,8 +1715,8 @@ config MVME147_SCSI single-board computer. config MVME16x_SCSI - bool "NCR53C710 SCSI driver for MVME16x" - depends on MVME16x && SCSI && BROKEN + tristate "NCR53C710 SCSI driver for MVME16x" + depends on MVME16x && SCSI select SCSI_SPI_ATTRS help The Motorola MVME162, 166, 167, 172 and 177 boards use the NCR53C710 |