diff options
author | Kars de Jong <jongk@linux-m68k.org> | 2007-06-17 08:47:06 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2007-06-17 17:16:53 -0400 |
commit | 8276b58af4dd1c406aa5fe0fa010a6fc92283cb1 (patch) | |
tree | 3f2478c021dccc97af8a997532481e88210cc882 /drivers/scsi/Kconfig | |
parent | 632731345bfb87fd1f4dc509928cc4a7efc12a89 (diff) |
[SCSI] 53c700: m68k BVME6000 NCR53C710 SCSI
New driver for the BVME6000 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 da5e888c49d6..17a9efe0f617 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 M68K | 1011 | depends on BVME6000_SCSI |
1012 | default y | 1012 | default y |
1013 | 1013 | ||
1014 | config SCSI_SYM53C8XX_2 | 1014 | config SCSI_SYM53C8XX_2 |
@@ -1724,8 +1724,8 @@ config MVME16x_SCSI | |||
1724 | will want to say Y to this question. | 1724 | will want to say Y to this question. |
1725 | 1725 | ||
1726 | config BVME6000_SCSI | 1726 | config BVME6000_SCSI |
1727 | bool "NCR53C710 SCSI driver for BVME6000" | 1727 | tristate "NCR53C710 SCSI driver for BVME6000" |
1728 | depends on BVME6000 && SCSI && BROKEN | 1728 | depends on BVME6000 && SCSI |
1729 | select SCSI_SPI_ATTRS | 1729 | select SCSI_SPI_ATTRS |
1730 | help | 1730 | help |
1731 | The BVME4000 and BVME6000 boards from BVM Ltd use the NCR53C710 | 1731 | The BVME4000 and BVME6000 boards from BVM Ltd use the NCR53C710 |