mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 06:31:49 +00:00
df568d8e52
LIBFC depends upon SCSI_FC_ATTRS and select's CRC32C. The only alternative would be to 'select' CRC32C and all of SCSI_FC_ATTRS direct and indirect dependencies in the Kconfig section for every LIBFCOE user which makes little sense. Subsequently, use 'depends' instead of 'select' for LIBFCOE too. Signed-off-by: David S. Miller <davem@davemloft.net>
39 lines
1.1 KiB
Plaintext
39 lines
1.1 KiB
Plaintext
config SCSI_QLA_FC
|
|
tristate "QLogic QLA2XXX Fibre Channel Support"
|
|
depends on PCI && SCSI
|
|
depends on SCSI_FC_ATTRS
|
|
select FW_LOADER
|
|
---help---
|
|
This qla2xxx driver supports all QLogic Fibre Channel
|
|
PCI and PCIe host adapters.
|
|
|
|
By default, firmware for the ISP parts will be loaded
|
|
via the Firmware Loader interface.
|
|
|
|
ISP Firmware Filename
|
|
---------- -----------------
|
|
21xx ql2100_fw.bin
|
|
22xx ql2200_fw.bin
|
|
2300, 2312, 6312 ql2300_fw.bin
|
|
2322, 6322 ql2322_fw.bin
|
|
24xx, 54xx ql2400_fw.bin
|
|
25xx ql2500_fw.bin
|
|
|
|
Upon request, the driver caches the firmware image until
|
|
the driver is unloaded.
|
|
|
|
Firmware images can be retrieved from:
|
|
|
|
http://ldriver.qlogic.com/firmware/
|
|
|
|
They are also included in the linux-firmware tree as well.
|
|
|
|
config TCM_QLA2XXX
|
|
tristate "TCM_QLA2XXX fabric module for Qlogic 2xxx series target mode HBAs"
|
|
depends on SCSI_QLA_FC && TARGET_CORE
|
|
depends on LIBFC
|
|
select BTREE
|
|
default n
|
|
---help---
|
|
Say Y here to enable the TCM_QLA2XXX fabric module for Qlogic 2xxx series target mode HBAs
|