Kconfig 1.0 KB

123456789101112131415161718192021222324252627282930313233343536
  1. config SCSI_QLA_FC
  2. tristate "QLogic QLA2XXX Fibre Channel Support"
  3. depends on PCI && SCSI
  4. select SCSI_FC_ATTRS
  5. select FW_LOADER
  6. ---help---
  7. This qla2xxx driver supports all QLogic Fibre Channel
  8. PCI and PCIe host adapters.
  9. By default, firmware for the ISP parts will be loaded
  10. via the Firmware Loader interface.
  11. ISP Firmware Filename
  12. ---------- -----------------
  13. 21xx ql2100_fw.bin
  14. 22xx ql2200_fw.bin
  15. 2300, 2312, 6312 ql2300_fw.bin
  16. 2322, 6322 ql2322_fw.bin
  17. 24xx, 54xx ql2400_fw.bin
  18. 25xx ql2500_fw.bin
  19. Upon request, the driver caches the firmware image until
  20. the driver is unloaded.
  21. Firmware images can be retrieved from:
  22. ftp://ftp.qlogic.com/outgoing/linux/firmware/
  23. config TCM_QLA2XXX
  24. tristate "TCM_QLA2XXX fabric module for Qlogic 2xxx series target mode HBAs"
  25. depends on SCSI_QLA_FC && TARGET_CORE
  26. select LIBFC
  27. select BTREE
  28. default n
  29. ---help---
  30. Say Y here to enable the TCM_QLA2XXX fabric module for Qlogic 2xxx series target mode HBAs