diff options
Diffstat (limited to 'drivers/scsi/qla2xxx/Kconfig')
-rw-r--r-- | drivers/scsi/qla2xxx/Kconfig | 24 |
1 files changed, 16 insertions, 8 deletions
diff --git a/drivers/scsi/qla2xxx/Kconfig b/drivers/scsi/qla2xxx/Kconfig index 5205c4e7d6ff..5758b2566d7f 100644 --- a/drivers/scsi/qla2xxx/Kconfig +++ b/drivers/scsi/qla2xxx/Kconfig | |||
@@ -1,4 +1,4 @@ | |||
1 | config SCSI_QLA2XXX | 1 | config SCSI_QLA_FC |
2 | tristate "QLogic QLA2XXX Fibre Channel Support" | 2 | tristate "QLogic QLA2XXX Fibre Channel Support" |
3 | depends on PCI && SCSI | 3 | depends on PCI && SCSI |
4 | select SCSI_FC_ATTRS | 4 | select SCSI_FC_ATTRS |
@@ -22,49 +22,57 @@ config SCSI_QLA2XXX | |||
22 | Upon request, the driver caches the firmware image until | 22 | Upon request, the driver caches the firmware image until |
23 | the driver is unloaded. | 23 | the driver is unloaded. |
24 | 24 | ||
25 | Firmware images can be retrieved from: | ||
26 | |||
27 | ftp://ftp.qlogic.com/outgoing/linux/firmware/ | ||
28 | |||
25 | NOTE: The original method of building firmware-loader | 29 | NOTE: The original method of building firmware-loader |
26 | modules has been deprecated as the firmware-images will | 30 | modules has been deprecated as the firmware-images will |
27 | be removed from the kernel sources. | 31 | be removed from the kernel sources. |
28 | 32 | ||
29 | config SCSI_QLA2XXX_EMBEDDED_FIRMWARE | 33 | config SCSI_QLA2XXX_EMBEDDED_FIRMWARE |
30 | bool " Use firmware-loader modules (DEPRECATED)" | 34 | bool " Use firmware-loader modules (DEPRECATED)" |
31 | depends on SCSI_QLA2XXX | 35 | depends on SCSI_QLA_FC |
36 | help | ||
37 | This option offers you the deprecated firmware-loader | ||
38 | modules that have been obsoleted by the usage of the | ||
39 | Firmware Loader interface in the qla2xxx driver. | ||
32 | 40 | ||
33 | config SCSI_QLA21XX | 41 | config SCSI_QLA21XX |
34 | tristate " Build QLogic ISP2100 firmware-module" | 42 | tristate " Build QLogic ISP2100 firmware-module" |
35 | depends on SCSI_QLA2XXX_EMBEDDED_FIRMWARE | 43 | depends on SCSI_QLA_FC && SCSI_QLA2XXX_EMBEDDED_FIRMWARE |
36 | ---help--- | 44 | ---help--- |
37 | This driver supports the QLogic 21xx (ISP2100) host adapter family. | 45 | This driver supports the QLogic 21xx (ISP2100) host adapter family. |
38 | 46 | ||
39 | config SCSI_QLA22XX | 47 | config SCSI_QLA22XX |
40 | tristate " Build QLogic ISP2200 firmware-module" | 48 | tristate " Build QLogic ISP2200 firmware-module" |
41 | depends on SCSI_QLA2XXX_EMBEDDED_FIRMWARE | 49 | depends on SCSI_QLA_FC && SCSI_QLA2XXX_EMBEDDED_FIRMWARE |
42 | ---help--- | 50 | ---help--- |
43 | This driver supports the QLogic 22xx (ISP2200) host adapter family. | 51 | This driver supports the QLogic 22xx (ISP2200) host adapter family. |
44 | 52 | ||
45 | config SCSI_QLA2300 | 53 | config SCSI_QLA2300 |
46 | tristate " Build QLogic ISP2300 firmware-module" | 54 | tristate " Build QLogic ISP2300 firmware-module" |
47 | depends on SCSI_QLA2XXX_EMBEDDED_FIRMWARE | 55 | depends on SCSI_QLA_FC && SCSI_QLA2XXX_EMBEDDED_FIRMWARE |
48 | ---help--- | 56 | ---help--- |
49 | This driver supports the QLogic 2300 (ISP2300 and ISP2312) host | 57 | This driver supports the QLogic 2300 (ISP2300 and ISP2312) host |
50 | adapter family. | 58 | adapter family. |
51 | 59 | ||
52 | config SCSI_QLA2322 | 60 | config SCSI_QLA2322 |
53 | tristate " Build QLogic ISP2322 firmware-module" | 61 | tristate " Build QLogic ISP2322 firmware-module" |
54 | depends on SCSI_QLA2XXX_EMBEDDED_FIRMWARE | 62 | depends on SCSI_QLA_FC && SCSI_QLA2XXX_EMBEDDED_FIRMWARE |
55 | ---help--- | 63 | ---help--- |
56 | This driver supports the QLogic 2322 (ISP2322) host adapter family. | 64 | This driver supports the QLogic 2322 (ISP2322) host adapter family. |
57 | 65 | ||
58 | config SCSI_QLA6312 | 66 | config SCSI_QLA6312 |
59 | tristate " Build QLogic ISP63xx firmware-module" | 67 | tristate " Build QLogic ISP63xx firmware-module" |
60 | depends on SCSI_QLA2XXX_EMBEDDED_FIRMWARE | 68 | depends on SCSI_QLA_FC && SCSI_QLA2XXX_EMBEDDED_FIRMWARE |
61 | ---help--- | 69 | ---help--- |
62 | This driver supports the QLogic 63xx (ISP6312 and ISP6322) host | 70 | This driver supports the QLogic 63xx (ISP6312 and ISP6322) host |
63 | adapter family. | 71 | adapter family. |
64 | 72 | ||
65 | config SCSI_QLA24XX | 73 | config SCSI_QLA24XX |
66 | tristate " Build QLogic ISP24xx firmware-module" | 74 | tristate " Build QLogic ISP24xx firmware-module" |
67 | depends on SCSI_QLA2XXX_EMBEDDED_FIRMWARE | 75 | depends on SCSI_QLA_FC && SCSI_QLA2XXX_EMBEDDED_FIRMWARE |
68 | ---help--- | 76 | ---help--- |
69 | This driver supports the QLogic 24xx (ISP2422 and ISP2432) host | 77 | This driver supports the QLogic 24xx (ISP2422 and ISP2432) host |
70 | adapter family. | 78 | adapter family. |