Kconfig 1.4 KB

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