diff options
author | Kars de Jong <jongk@linux-m68k.org> | 2007-06-17 08:47:07 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2007-06-17 17:17:40 -0400 |
commit | 506c7bbcd9bc042a782bdcdb0c926de4c9d62028 (patch) | |
tree | 47ad6a88bea43d2dcae6d3e5315e28df4b8c6710 /drivers/scsi/Kconfig | |
parent | 8276b58af4dd1c406aa5fe0fa010a6fc92283cb1 (diff) |
[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 | |||
1008 | 1008 | ||
1009 | config 53C700_BE_BUS | 1009 | config 53C700_BE_BUS |
1010 | bool | 1010 | bool |
1011 | depends on BVME6000_SCSI | 1011 | depends on MVME16x_SCSI || BVME6000_SCSI |
1012 | default y | 1012 | default y |
1013 | 1013 | ||
1014 | config SCSI_SYM53C8XX_2 | 1014 | config SCSI_SYM53C8XX_2 |
@@ -1715,8 +1715,8 @@ config MVME147_SCSI | |||
1715 | single-board computer. | 1715 | single-board computer. |
1716 | 1716 | ||
1717 | config MVME16x_SCSI | 1717 | config MVME16x_SCSI |
1718 | bool "NCR53C710 SCSI driver for MVME16x" | 1718 | tristate "NCR53C710 SCSI driver for MVME16x" |
1719 | depends on MVME16x && SCSI && BROKEN | 1719 | depends on MVME16x && SCSI |
1720 | select SCSI_SPI_ATTRS | 1720 | select SCSI_SPI_ATTRS |
1721 | help | 1721 | help |
1722 | The Motorola MVME162, 166, 167, 172 and 177 boards use the NCR53C710 | 1722 | The Motorola MVME162, 166, 167, 172 and 177 boards use the NCR53C710 |