Commit ce061be4 authored by James Bottomley's avatar James Bottomley

Fix qla2xxx Kconfig dependency problem

parent 6b8b8c7e
config SCSI_QLA2XXX_CONFIG
tristate
default (SCSI && PCI)
depends on SCSI && PCI
config SCSI_QLA2XXX config SCSI_QLA2XXX
tristate tristate
depends on PCI && SCSI
config SCSI_QLA21XX config SCSI_QLA21XX
tristate "Qlogic ISP2100 host adapter family support" tristate "Qlogic ISP2100 host adapter family support"
select SCSI_QLA2XXX select SCSI_QLA2XXX
depends on SCSI_QLA2XXX_CONFIG
---help--- ---help---
This driver supports the QLogic 21xx (ISP2100) host adapter family. This driver supports the QLogic 21xx (ISP2100) host adapter family.
config SCSI_QLA22XX config SCSI_QLA22XX
tristate "Qlogic ISP2200 host adapter family support" tristate "Qlogic ISP2200 host adapter family support"
select SCSI_QLA2XXX select SCSI_QLA2XXX
depends on SCSI_QLA2XXX_CONFIG
---help--- ---help---
This driver supports the QLogic 22xx (ISP2200) host adapter family. This driver supports the QLogic 22xx (ISP2200) host adapter family.
config SCSI_QLA23XX config SCSI_QLA23XX
tristate "Qlogic ISP23xx host adapter family support" tristate "Qlogic ISP23xx host adapter family support"
select SCSI_QLA2XXX select SCSI_QLA2XXX
depends on SCSI_QLA2XXX_CONFIG
---help--- ---help---
This driver supports the QLogic 23xx (ISP2300, ISP2312, and ISP2322) This driver supports the QLogic 23xx (ISP2300, ISP2312, and ISP2322)
host adapter family. host adapter family.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment