diff options
Diffstat (limited to 'drivers/scsi/qla2xxx/Kconfig')
-rw-r--r-- | drivers/scsi/qla2xxx/Kconfig | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/drivers/scsi/qla2xxx/Kconfig b/drivers/scsi/qla2xxx/Kconfig index fccecf67423e..c1c1c687bcbd 100644 --- a/drivers/scsi/qla2xxx/Kconfig +++ b/drivers/scsi/qla2xxx/Kconfig | |||
@@ -2,12 +2,12 @@ config SCSI_QLA2XXX | |||
2 | tristate | 2 | tristate |
3 | default (SCSI && PCI) | 3 | default (SCSI && PCI) |
4 | depends on SCSI && PCI | 4 | depends on SCSI && PCI |
5 | select SCSI_FC_ATTRS | ||
6 | 5 | ||
7 | config SCSI_QLA21XX | 6 | config SCSI_QLA21XX |
8 | tristate "QLogic ISP2100 host adapter family support" | 7 | tristate "QLogic ISP2100 host adapter family support" |
9 | depends on SCSI_QLA2XXX | 8 | depends on SCSI_QLA2XXX |
10 | select SCSI_FC_ATTRS | 9 | select SCSI_FC_ATTRS |
10 | select FW_LOADER | ||
11 | ---help--- | 11 | ---help--- |
12 | This driver supports the QLogic 21xx (ISP2100) host adapter family. | 12 | This driver supports the QLogic 21xx (ISP2100) host adapter family. |
13 | 13 | ||
@@ -15,6 +15,7 @@ config SCSI_QLA22XX | |||
15 | tristate "QLogic ISP2200 host adapter family support" | 15 | tristate "QLogic ISP2200 host adapter family support" |
16 | depends on SCSI_QLA2XXX | 16 | depends on SCSI_QLA2XXX |
17 | select SCSI_FC_ATTRS | 17 | select SCSI_FC_ATTRS |
18 | select FW_LOADER | ||
18 | ---help--- | 19 | ---help--- |
19 | This driver supports the QLogic 22xx (ISP2200) host adapter family. | 20 | This driver supports the QLogic 22xx (ISP2200) host adapter family. |
20 | 21 | ||
@@ -22,6 +23,7 @@ config SCSI_QLA2300 | |||
22 | tristate "QLogic ISP2300 host adapter family support" | 23 | tristate "QLogic ISP2300 host adapter family support" |
23 | depends on SCSI_QLA2XXX | 24 | depends on SCSI_QLA2XXX |
24 | select SCSI_FC_ATTRS | 25 | select SCSI_FC_ATTRS |
26 | select FW_LOADER | ||
25 | ---help--- | 27 | ---help--- |
26 | This driver supports the QLogic 2300 (ISP2300 and ISP2312) host | 28 | This driver supports the QLogic 2300 (ISP2300 and ISP2312) host |
27 | adapter family. | 29 | adapter family. |
@@ -30,6 +32,7 @@ config SCSI_QLA2322 | |||
30 | tristate "QLogic ISP2322 host adapter family support" | 32 | tristate "QLogic ISP2322 host adapter family support" |
31 | depends on SCSI_QLA2XXX | 33 | depends on SCSI_QLA2XXX |
32 | select SCSI_FC_ATTRS | 34 | select SCSI_FC_ATTRS |
35 | select FW_LOADER | ||
33 | ---help--- | 36 | ---help--- |
34 | This driver supports the QLogic 2322 (ISP2322) host adapter family. | 37 | This driver supports the QLogic 2322 (ISP2322) host adapter family. |
35 | 38 | ||
@@ -37,6 +40,16 @@ config SCSI_QLA6312 | |||
37 | tristate "QLogic ISP63xx host adapter family support" | 40 | tristate "QLogic ISP63xx host adapter family support" |
38 | depends on SCSI_QLA2XXX | 41 | depends on SCSI_QLA2XXX |
39 | select SCSI_FC_ATTRS | 42 | select SCSI_FC_ATTRS |
43 | select FW_LOADER | ||
40 | ---help--- | 44 | ---help--- |
41 | This driver supports the QLogic 63xx (ISP6312 and ISP6322) host | 45 | This driver supports the QLogic 63xx (ISP6312 and ISP6322) host |
42 | adapter family. | 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. | ||