diff options
author | Kars de Jong <jongk@linux-m68k.org> | 2007-06-17 08:47:05 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2007-06-17 17:15:56 -0400 |
commit | 632731345bfb87fd1f4dc509928cc4a7efc12a89 (patch) | |
tree | aa656433bc8bd5b48581d15b3e7614bdcafc8ff0 /drivers/scsi/Kconfig | |
parent | cc78d30af0823f33069fb4813c47571d4e0675a2 (diff) |
[SCSI] 53c700: m68k support for the 53c700 SCSI core
Add m68k support to the 53c700 SCSI driver
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 | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index aac9cd9a172f..da5e888c49d6 100644 --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfig | |||
@@ -1006,6 +1006,11 @@ config SCSI_STEX | |||
1006 | To compile this driver as a module, choose M here: the | 1006 | To compile this driver as a module, choose M here: the |
1007 | module will be called stex. | 1007 | module will be called stex. |
1008 | 1008 | ||
1009 | config 53C700_BE_BUS | ||
1010 | bool | ||
1011 | depends on M68K | ||
1012 | default y | ||
1013 | |||
1009 | config SCSI_SYM53C8XX_2 | 1014 | config SCSI_SYM53C8XX_2 |
1010 | tristate "SYM53C8XX Version 2 SCSI support" | 1015 | tristate "SYM53C8XX Version 2 SCSI support" |
1011 | depends on PCI && SCSI | 1016 | depends on PCI && SCSI |
@@ -1727,14 +1732,6 @@ config BVME6000_SCSI | |||
1727 | SCSI controller chip. Almost everyone using one of these boards | 1732 | SCSI controller chip. Almost everyone using one of these boards |
1728 | will want to say Y to this question. | 1733 | will want to say Y to this question. |
1729 | 1734 | ||
1730 | config SCSI_NCR53C7xx_FAST | ||
1731 | bool "allow FAST-SCSI [10MHz]" | ||
1732 | depends on SCSI_AMIGA7XX || MVME16x_SCSI || BVME6000_SCSI | ||
1733 | help | ||
1734 | This will enable 10MHz FAST-SCSI transfers with your host | ||
1735 | adapter. Some systems have problems with that speed, so it's safest | ||
1736 | to say N here. | ||
1737 | |||
1738 | config SUN3_SCSI | 1735 | config SUN3_SCSI |
1739 | tristate "Sun3 NCR5380 SCSI" | 1736 | tristate "Sun3 NCR5380 SCSI" |
1740 | depends on SUN3 && SCSI | 1737 | depends on SUN3 && SCSI |