Kconfig 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. config SCSI_QLA_FC
  3. tristate "QLogic QLA2XXX Fibre Channel Support"
  4. depends on PCI && SCSI
  5. depends on SCSI_FC_ATTRS
  6. depends on NVME_FC || !NVME_FC
  7. select FW_LOADER
  8. select BTREE
  9. help
  10. This qla2xxx driver supports all QLogic Fibre Channel
  11. PCI and PCIe host adapters.
  12. By default, firmware for the ISP parts will be loaded
  13. via the Firmware Loader interface.
  14. ISP Firmware Filename
  15. ---------- -----------------
  16. 21xx ql2100_fw.bin
  17. 22xx ql2200_fw.bin
  18. 2300, 2312, 6312 ql2300_fw.bin
  19. 2322, 6322 ql2322_fw.bin
  20. 24xx, 54xx ql2400_fw.bin
  21. 25xx ql2500_fw.bin
  22. Upon request, the driver caches the firmware image until
  23. the driver is unloaded.
  24. Firmware images can be retrieved from:
  25. http://ldriver.qlogic.com/firmware/
  26. They are also included in the linux-firmware tree as well.
  27. config TCM_QLA2XXX
  28. tristate "TCM_QLA2XXX fabric module for QLogic 24xx+ series target mode HBAs"
  29. depends on SCSI_QLA_FC && TARGET_CORE
  30. depends on LIBFC
  31. select BTREE
  32. default n
  33. help
  34. Say Y here to enable the TCM_QLA2XXX fabric module for QLogic 24xx+ series target mode HBAs
  35. if TCM_QLA2XXX
  36. config TCM_QLA2XXX_DEBUG
  37. bool "TCM_QLA2XXX fabric module DEBUG mode for QLogic 24xx+ series target mode HBAs"
  38. default n
  39. help
  40. Say Y here to enable the TCM_QLA2XXX fabric module DEBUG for QLogic 24xx+ series target mode HBAs
  41. This will include code to enable the SCSI command jammer
  42. endif