[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>
This commit is contained in:
parent
6460e75a10
commit
bc54ec6b07
|
@ -28,6 +28,7 @@ config SCSI_AIC94XX
|
||||||
tristate "Adaptec AIC94xx SAS/SATA support"
|
tristate "Adaptec AIC94xx SAS/SATA support"
|
||||||
depends on PCI
|
depends on PCI
|
||||||
select SCSI_SAS_LIBSAS
|
select SCSI_SAS_LIBSAS
|
||||||
|
select FW_LOADER
|
||||||
help
|
help
|
||||||
This driver supports Adaptec's SAS/SATA 3Gb/s 64 bit PCI-X
|
This driver supports Adaptec's SAS/SATA 3Gb/s 64 bit PCI-X
|
||||||
AIC94xx chip based host adapters.
|
AIC94xx chip based host adapters.
|
||||||
|
|
Loading…
Reference in New Issue