Skip to content

Commit 441d107

Browse files
avasquez01James Bottomley
authored andcommitted
[SCSI] qla2xxx: Remove obsolete firmware-loader-module support.
Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
1 parent 4971cd2 commit 441d107

File tree

17 files changed

+22
-39456
lines changed

17 files changed

+22
-39456
lines changed

drivers/scsi/qla2xxx/Kconfig

Lines changed: 0 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -24,48 +24,3 @@ config SCSI_QLA_FC
2424
Firmware images can be retrieved from:
2525

2626
ftp://ftp.qlogic.com/outgoing/linux/firmware/
27-
28-
NOTE: The original method of building firmware-loader
29-
modules has been deprecated as the firmware-images will
30-
be removed from the kernel sources.
31-
32-
config SCSI_QLA2XXX_EMBEDDED_FIRMWARE
33-
bool " Use firmware-loader modules (DEPRECATED)"
34-
depends on SCSI_QLA_FC
35-
help
36-
This option offers you the deprecated firmware-loader
37-
modules that have been obsoleted by the usage of the
38-
Firmware Loader interface in the qla2xxx driver.
39-
40-
config SCSI_QLA21XX
41-
tristate " Build QLogic ISP2100 firmware-module"
42-
depends on SCSI_QLA_FC && SCSI_QLA2XXX_EMBEDDED_FIRMWARE
43-
---help---
44-
This driver supports the QLogic 21xx (ISP2100) host adapter family.
45-
46-
config SCSI_QLA22XX
47-
tristate " Build QLogic ISP2200 firmware-module"
48-
depends on SCSI_QLA_FC && SCSI_QLA2XXX_EMBEDDED_FIRMWARE
49-
---help---
50-
This driver supports the QLogic 22xx (ISP2200) host adapter family.
51-
52-
config SCSI_QLA2300
53-
tristate " Build QLogic ISP2300/ISP6312 firmware-module"
54-
depends on SCSI_QLA_FC && SCSI_QLA2XXX_EMBEDDED_FIRMWARE
55-
---help---
56-
This driver supports the QLogic 2300 (ISP2300, ISP2312 and
57-
ISP6312) host adapter family.
58-
59-
config SCSI_QLA2322
60-
tristate " Build QLogic ISP2322/ISP6322 firmware-module"
61-
depends on SCSI_QLA_FC && SCSI_QLA2XXX_EMBEDDED_FIRMWARE
62-
---help---
63-
This driver supports the QLogic 2322 (ISP2322 and ISP6322) host
64-
adapter family.
65-
66-
config SCSI_QLA24XX
67-
tristate " Build QLogic ISP24xx firmware-module"
68-
depends on SCSI_QLA_FC && SCSI_QLA2XXX_EMBEDDED_FIRMWARE
69-
---help---
70-
This driver supports the QLogic 24xx (ISP2422 and ISP2432) host
71-
adapter family.

drivers/scsi/qla2xxx/Makefile

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,4 @@
1-
EXTRA_CFLAGS += -DUNIQUE_FW_NAME
2-
31
qla2xxx-y := qla_os.o qla_init.o qla_mbx.o qla_iocb.o qla_isr.o qla_gs.o \
42
qla_dbg.o qla_sup.o qla_attr.o
53

64
obj-$(CONFIG_SCSI_QLA_FC) += qla2xxx.o
7-
8-
qla2100-y := ql2100.o ql2100_fw.o
9-
qla2200-y := ql2200.o ql2200_fw.o
10-
qla2300-y := ql2300.o ql2300_fw.o
11-
qla2322-y := ql2322.o ql2322_fw.o
12-
qla2400-y := ql2400.o ql2400_fw.o
13-
14-
obj-$(CONFIG_SCSI_QLA21XX) += qla2xxx.o qla2100.o
15-
obj-$(CONFIG_SCSI_QLA22XX) += qla2xxx.o qla2200.o
16-
obj-$(CONFIG_SCSI_QLA2300) += qla2xxx.o qla2300.o
17-
obj-$(CONFIG_SCSI_QLA2322) += qla2xxx.o qla2322.o
18-
obj-$(CONFIG_SCSI_QLA24XX) += qla2xxx.o qla2400.o

drivers/scsi/qla2xxx/ql2100.c

Lines changed: 0 additions & 91 deletions
This file was deleted.

0 commit comments

Comments
 (0)