/spare/repo/netdev-2.6 branch 'master'
[deliverable/linux.git] / drivers / scsi / qla2xxx / Kconfig
CommitLineData
1da177e4
LT
1config SCSI_QLA2XXX
2 tristate
3 default (SCSI && PCI)
4 depends on SCSI && PCI
5
6config SCSI_QLA21XX
7 tristate "QLogic ISP2100 host adapter family support"
8 depends on SCSI_QLA2XXX
9 select SCSI_FC_ATTRS
577a4f81 10 select FW_LOADER
1da177e4
LT
11 ---help---
12 This driver supports the QLogic 21xx (ISP2100) host adapter family.
13
14config SCSI_QLA22XX
15 tristate "QLogic ISP2200 host adapter family support"
16 depends on SCSI_QLA2XXX
17 select SCSI_FC_ATTRS
577a4f81 18 select FW_LOADER
1da177e4
LT
19 ---help---
20 This driver supports the QLogic 22xx (ISP2200) host adapter family.
21
22config SCSI_QLA2300
23 tristate "QLogic ISP2300 host adapter family support"
24 depends on SCSI_QLA2XXX
25 select SCSI_FC_ATTRS
577a4f81 26 select FW_LOADER
1da177e4
LT
27 ---help---
28 This driver supports the QLogic 2300 (ISP2300 and ISP2312) host
29 adapter family.
30
31config SCSI_QLA2322
32 tristate "QLogic ISP2322 host adapter family support"
33 depends on SCSI_QLA2XXX
34 select SCSI_FC_ATTRS
577a4f81 35 select FW_LOADER
1da177e4
LT
36 ---help---
37 This driver supports the QLogic 2322 (ISP2322) host adapter family.
38
39config SCSI_QLA6312
40 tristate "QLogic ISP63xx host adapter family support"
41 depends on SCSI_QLA2XXX
42 select SCSI_FC_ATTRS
577a4f81 43 select FW_LOADER
1da177e4
LT
44 ---help---
45 This driver supports the QLogic 63xx (ISP6312 and ISP6322) host
46 adapter family.
577a4f81
AV
47
48config 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.
This page took 0.048559 seconds and 5 git commands to generate.