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