diff options
author | Muli Ben-Yehuda <muli@il.ibm.com> | 2006-09-25 10:10:19 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2006-09-26 12:23:15 -0400 |
commit | bc54ec6b0782979a440603beeed349b2eac39a59 (patch) | |
tree | 6e9660cde5fe39afcef4d5d0f4675d3dc7321112 /drivers/scsi/aic94xx | |
parent | 6460e75a104d10458817d2f5b2fbff775bf0b43a (diff) |
[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>
Diffstat (limited to 'drivers/scsi/aic94xx')
-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 0ed391d8ee84..c83fe751d0bb 100644 --- a/drivers/scsi/aic94xx/Kconfig +++ b/drivers/scsi/aic94xx/Kconfig | |||
@@ -28,6 +28,7 @@ config SCSI_AIC94XX | |||
28 | tristate "Adaptec AIC94xx SAS/SATA support" | 28 | tristate "Adaptec AIC94xx SAS/SATA support" |
29 | depends on PCI | 29 | depends on PCI |
30 | select SCSI_SAS_LIBSAS | 30 | select SCSI_SAS_LIBSAS |
31 | select FW_LOADER | ||
31 | help | 32 | help |
32 | This driver supports Adaptec's SAS/SATA 3Gb/s 64 bit PCI-X | 33 | This driver supports Adaptec's SAS/SATA 3Gb/s 64 bit PCI-X |
33 | AIC94xx chip based host adapters. | 34 | AIC94xx chip based host adapters. |