diff options
author | <jejb@titanic.il.steeleye.com> | 2005-04-17 17:59:33 -0400 |
---|---|---|
committer | James Bottomley <jejb@titanic> | 2005-04-18 14:52:02 -0400 |
commit | 92d161c373b45be158b73a162bedebb5293a73d3 (patch) | |
tree | f0adedf975fab838ec7d485731cb0bccd24e0e57 /drivers/scsi/aic7xxx/Kconfig.aic7xxx | |
parent | 7aaef27bafdfa10351726a1d383bdde33422072c (diff) |
aic7xxx: add support for the SPI transport class
This is just a simplistic patch to export all of the
aic7xxx internal transport parameters via the SPI
transport class. It doesn't actually alter the way the
driver works at all.
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/aic7xxx/Kconfig.aic7xxx')
-rw-r--r-- | drivers/scsi/aic7xxx/Kconfig.aic7xxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/aic7xxx/Kconfig.aic7xxx b/drivers/scsi/aic7xxx/Kconfig.aic7xxx index 8398e0dd4810..ac8de03c9fa2 100644 --- a/drivers/scsi/aic7xxx/Kconfig.aic7xxx +++ b/drivers/scsi/aic7xxx/Kconfig.aic7xxx | |||
@@ -5,6 +5,7 @@ | |||
5 | config SCSI_AIC7XXX | 5 | config SCSI_AIC7XXX |
6 | tristate "Adaptec AIC7xxx Fast -> U160 support (New Driver)" | 6 | tristate "Adaptec AIC7xxx Fast -> U160 support (New Driver)" |
7 | depends on (PCI || EISA) && SCSI | 7 | depends on (PCI || EISA) && SCSI |
8 | select SCSI_SPI_ATTRS | ||
8 | ---help--- | 9 | ---help--- |
9 | This driver supports all of Adaptec's Fast through Ultra 160 PCI | 10 | This driver supports all of Adaptec's Fast through Ultra 160 PCI |
10 | based SCSI controllers as well as the aic7770 based EISA and VLB | 11 | based SCSI controllers as well as the aic7770 based EISA and VLB |