aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/Kconfig
diff options
context:
space:
mode:
authorandrew.vasquez@qlogic.com <andrew.vasquez@qlogic.com>2006-03-09 17:27:18 -0500
committerJames Bottomley <jejb@mulgrave.il.steeleye.com>2006-03-12 10:38:22 -0500
commit48c02fde949f15920c0018d33d285fd39730d24b (patch)
treeaded9282ed2e45b0d0c9e73c95cfd60cfbadfba7 /drivers/scsi/qla2xxx/Kconfig
parent044cc6c8ec311c4ddeebfcc31c53dea282de70b7 (diff)
[SCSI] qla2xxx: Consolidate ISP63xx handling.
As new 23xx firmware will accomidate ISP63xx types. Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/qla2xxx/Kconfig')
-rw-r--r--drivers/scsi/qla2xxx/Kconfig31
1 files changed, 12 insertions, 19 deletions
diff --git a/drivers/scsi/qla2xxx/Kconfig b/drivers/scsi/qla2xxx/Kconfig
index 5758b2566d7f..ff40906c66f9 100644
--- a/drivers/scsi/qla2xxx/Kconfig
+++ b/drivers/scsi/qla2xxx/Kconfig
@@ -10,14 +10,13 @@ config SCSI_QLA_FC
10 By default, firmware for the ISP parts will be loaded 10 By default, firmware for the ISP parts will be loaded
11 via the Firmware Loader interface. 11 via the Firmware Loader interface.
12 12
13 ISP Firmware Filename 13 ISP Firmware Filename
14 ---------- ----------------- 14 ---------- -----------------
15 21xx ql2100_fw.bin 15 21xx ql2100_fw.bin
16 22xx ql2200_fw.bin 16 22xx ql2200_fw.bin
17 2300, 2312 ql2300_fw.bin 17 2300, 2312, 6312 ql2300_fw.bin
18 2322 ql2322_fw.bin 18 2322, 6322 ql2322_fw.bin
19 6312, 6322 ql6312_fw.bin 19 24xx ql2400_fw.bin
20 24xx ql2400_fw.bin
21 20
22 Upon request, the driver caches the firmware image until 21 Upon request, the driver caches the firmware image until
23 the driver is unloaded. 22 the driver is unloaded.
@@ -51,23 +50,17 @@ config SCSI_QLA22XX
51 This driver supports the QLogic 22xx (ISP2200) host adapter family. 50 This driver supports the QLogic 22xx (ISP2200) host adapter family.
52 51
53config SCSI_QLA2300 52config SCSI_QLA2300
54 tristate " Build QLogic ISP2300 firmware-module" 53 tristate " Build QLogic ISP2300/ISP6312 firmware-module"
55 depends on SCSI_QLA_FC && SCSI_QLA2XXX_EMBEDDED_FIRMWARE 54 depends on SCSI_QLA_FC && SCSI_QLA2XXX_EMBEDDED_FIRMWARE
56 ---help--- 55 ---help---
57 This driver supports the QLogic 2300 (ISP2300 and ISP2312) host 56 This driver supports the QLogic 2300 (ISP2300, ISP2312 and
58 adapter family. 57 ISP6312) host adapter family.
59 58
60config SCSI_QLA2322 59config SCSI_QLA2322
61 tristate " Build QLogic ISP2322 firmware-module" 60 tristate " Build QLogic ISP2322/ISP6322 firmware-module"
62 depends on SCSI_QLA_FC && SCSI_QLA2XXX_EMBEDDED_FIRMWARE
63 ---help---
64 This driver supports the QLogic 2322 (ISP2322) host adapter family.
65
66config SCSI_QLA6312
67 tristate " Build QLogic ISP63xx firmware-module"
68 depends on SCSI_QLA_FC && SCSI_QLA2XXX_EMBEDDED_FIRMWARE 61 depends on SCSI_QLA_FC && SCSI_QLA2XXX_EMBEDDED_FIRMWARE
69 ---help--- 62 ---help---
70 This driver supports the QLogic 63xx (ISP6312 and ISP6322) host 63 This driver supports the QLogic 2322 (ISP2322 and ISP6322) host
71 adapter family. 64 adapter family.
72 65
73config SCSI_QLA24XX 66config SCSI_QLA24XX