diff options
author | <jejb@titanic.il.steeleye.com> | 2005-04-17 16:59:33 -0500 |
---|---|---|
committer | James Bottomley <jejb@titanic> | 2005-04-18 13:52:02 -0500 |
commit | 92d161c373b45be158b73a162bedebb5293a73d3 (patch) | |
tree | f0adedf975fab838ec7d485731cb0bccd24e0e57 /drivers/scsi/aic7xxx/Kconfig.aic7xxx | |
parent | 7aaef27bafdfa10351726a1d383bdde33422072c (diff) | |
download | op-kernel-dev-92d161c373b45be158b73a162bedebb5293a73d3.zip op-kernel-dev-92d161c373b45be158b73a162bedebb5293a73d3.tar.gz |
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 8398e0d..ac8de03 100644 --- a/drivers/scsi/aic7xxx/Kconfig.aic7xxx +++ b/drivers/scsi/aic7xxx/Kconfig.aic7xxx @@ -5,6 +5,7 @@ config SCSI_AIC7XXX tristate "Adaptec AIC7xxx Fast -> U160 support (New Driver)" depends on (PCI || EISA) && SCSI + select SCSI_SPI_ATTRS ---help--- This driver supports all of Adaptec's Fast through Ultra 160 PCI based SCSI controllers as well as the aic7770 based EISA and VLB |