[PATCH] qla2xxx: mark dependency on FW_LOADER

From: tony . luck
Date: Wed Jul 27 2005 - 18:53:30 EST


Jindrich spotted this 10 days ago, but it seems to have fallen through
the cracks.

qla_init.c uses request_firmware/release_firmware ... so make sure
that our kernel is configured to provide them if qla2xxx is included.

Signed-off-by: Tony Luck <tony.luck@xxxxxxxxx>

---

diff --git a/drivers/scsi/qla2xxx/Kconfig b/drivers/scsi/qla2xxx/Kconfig
--- a/drivers/scsi/qla2xxx/Kconfig
+++ b/drivers/scsi/qla2xxx/Kconfig
@@ -3,6 +3,7 @@ config SCSI_QLA2XXX
default (SCSI && PCI)
depends on SCSI && PCI
select SCSI_FC_ATTRS
+ select FW_LOADER

config SCSI_QLA21XX
tristate "QLogic ISP2100 host adapter family support"
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/