diff options
author | Muli Ben-Yehuda <muli@il.ibm.com> | 2006-09-25 14:10:19 (GMT) |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2006-09-26 16:23:15 (GMT) |
commit | bc54ec6b0782979a440603beeed349b2eac39a59 (patch) | |
tree | 6e9660cde5fe39afcef4d5d0f4675d3dc7321112 | |
parent | 6460e75a104d10458817d2f5b2fbff775bf0b43a (diff) | |
download | linux-bc54ec6b0782979a440603beeed349b2eac39a59.tar.xz |
[SCSI] aic94xx: require firmware loader
aic94xx relies on external firmware and thus requires FW_LOADER.
Signed-off-by: Muli Ben-Yehuda <muli@il.ibm.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
-rw-r--r-- | drivers/scsi/aic94xx/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/aic94xx/Kconfig b/drivers/scsi/aic94xx/Kconfig index 0ed391d..c83fe75 100644 --- a/drivers/scsi/aic94xx/Kconfig +++ b/drivers/scsi/aic94xx/Kconfig @@ -28,6 +28,7 @@ config SCSI_AIC94XX tristate "Adaptec AIC94xx SAS/SATA support" depends on PCI select SCSI_SAS_LIBSAS + select FW_LOADER help This driver supports Adaptec's SAS/SATA 3Gb/s 64 bit PCI-X AIC94xx chip based host adapters. |