Merge head 'upstream' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev
[pandora-kernel.git] / drivers / scsi / qla2xxx / Kconfig
1 config SCSI_QLA2XXX
2         tristate
3         default (SCSI && PCI)
4         depends on SCSI && PCI
5
6 config SCSI_QLA21XX
7         tristate "QLogic ISP2100 host adapter family support"
8         depends on SCSI_QLA2XXX
9         select SCSI_FC_ATTRS
10         select FW_LOADER
11         ---help---
12         This driver supports the QLogic 21xx (ISP2100) host adapter family.
13
14 config SCSI_QLA22XX
15         tristate "QLogic ISP2200 host adapter family support"
16         depends on SCSI_QLA2XXX
17         select SCSI_FC_ATTRS
18         select FW_LOADER
19         ---help---
20         This driver supports the QLogic 22xx (ISP2200) host adapter family.
21
22 config SCSI_QLA2300
23         tristate "QLogic ISP2300 host adapter family support"
24         depends on SCSI_QLA2XXX
25         select SCSI_FC_ATTRS
26         select FW_LOADER
27         ---help---
28         This driver supports the QLogic 2300 (ISP2300 and ISP2312) host
29         adapter family.
30
31 config SCSI_QLA2322
32         tristate "QLogic ISP2322 host adapter family support"
33         depends on SCSI_QLA2XXX
34         select SCSI_FC_ATTRS
35         select FW_LOADER
36         ---help---
37         This driver supports the QLogic 2322 (ISP2322) host adapter family.
38
39 config SCSI_QLA6312
40         tristate "QLogic ISP63xx host adapter family support"
41         depends on SCSI_QLA2XXX
42         select SCSI_FC_ATTRS
43         select FW_LOADER
44         ---help---
45         This driver supports the QLogic 63xx (ISP6312 and ISP6322) host
46         adapter family.
47
48 config SCSI_QLA24XX
49         tristate "QLogic ISP24xx host adapter family support"
50         depends on SCSI_QLA2XXX
51         select SCSI_FC_ATTRS
52         select FW_LOADER
53         ---help---
54         This driver supports the QLogic 24xx (ISP2422 and ISP2432) host
55         adapter family.