linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / drivers / scsi / qla2xxx / Kconfig
1 config SCSI_QLA_FC
2         tristate "QLogic QLA2XXX Fibre Channel Support"
3         depends on PCI && SCSI
4         select SCSI_FC_ATTRS
5         select FW_LOADER
6         ---help---
7         This qla2xxx driver supports all QLogic Fibre Channel
8         PCI and PCIe host adapters.
9
10         By default, firmware for the ISP parts will be loaded
11         via the Firmware Loader interface.
12
13         ISP             Firmware Filename
14         ----------      -----------------
15         21xx            ql2100_fw.bin
16         22xx            ql2200_fw.bin
17         2300, 2312      ql2300_fw.bin
18         2322            ql2322_fw.bin
19         6312, 6322      ql6312_fw.bin
20         24xx            ql2400_fw.bin
21
22         Upon request, the driver caches the firmware image until
23         the driver is unloaded.
24
25         Firmware images can be retrieved from:
26
27                 ftp://ftp.qlogic.com/outgoing/linux/firmware/
28
29         NOTE: The original method of building firmware-loader
30         modules has been deprecated as the firmware-images will
31         be removed from the kernel sources.
32
33 config SCSI_QLA2XXX_EMBEDDED_FIRMWARE
34         bool "  Use firmware-loader modules (DEPRECATED)"
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.
40
41 config SCSI_QLA21XX
42         tristate "  Build QLogic ISP2100 firmware-module"
43         depends on SCSI_QLA_FC && SCSI_QLA2XXX_EMBEDDED_FIRMWARE
44         ---help---
45         This driver supports the QLogic 21xx (ISP2100) host adapter family.
46
47 config SCSI_QLA22XX
48         tristate "  Build QLogic ISP2200 firmware-module"
49         depends on SCSI_QLA_FC && SCSI_QLA2XXX_EMBEDDED_FIRMWARE
50         ---help---
51         This driver supports the QLogic 22xx (ISP2200) host adapter family.
52
53 config SCSI_QLA2300
54         tristate "  Build QLogic ISP2300 firmware-module"
55         depends on SCSI_QLA_FC && SCSI_QLA2XXX_EMBEDDED_FIRMWARE
56         ---help---
57         This driver supports the QLogic 2300 (ISP2300 and ISP2312) host
58         adapter family.
59
60 config SCSI_QLA2322
61         tristate "  Build QLogic ISP2322 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
66 config SCSI_QLA6312
67         tristate "  Build QLogic ISP63xx firmware-module"
68         depends on SCSI_QLA_FC && SCSI_QLA2XXX_EMBEDDED_FIRMWARE
69         ---help---
70         This driver supports the QLogic 63xx (ISP6312 and ISP6322) host
71         adapter family.
72
73 config SCSI_QLA24XX
74         tristate "  Build QLogic ISP24xx firmware-module"
75         depends on SCSI_QLA_FC && SCSI_QLA2XXX_EMBEDDED_FIRMWARE
76         ---help---
77         This driver supports the QLogic 24xx (ISP2422 and ISP2432) host
78         adapter family.