Kconfig 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  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 ql2300_fw.bin
  16. 2322 ql2322_fw.bin
  17. 6312, 6322 ql6312_fw.bin
  18. 24xx ql2400_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. NOTE: The original method of building firmware-loader
  24. modules has been deprecated as the firmware-images will
  25. be removed from the kernel sources.
  26. config SCSI_QLA2XXX_EMBEDDED_FIRMWARE
  27. bool " Use firmware-loader modules (DEPRECATED)"
  28. depends on SCSI_QLA_FC
  29. help
  30. This option offers you the deprecated firmware-loader
  31. modules that have been obsoleted by the usage of the
  32. Firmware Loader interface in the qla2xxx driver.
  33. config SCSI_QLA21XX
  34. tristate " Build QLogic ISP2100 firmware-module"
  35. depends on SCSI_QLA_FC && SCSI_QLA2XXX_EMBEDDED_FIRMWARE
  36. ---help---
  37. This driver supports the QLogic 21xx (ISP2100) host adapter family.
  38. config SCSI_QLA22XX
  39. tristate " Build QLogic ISP2200 firmware-module"
  40. depends on SCSI_QLA_FC && SCSI_QLA2XXX_EMBEDDED_FIRMWARE
  41. ---help---
  42. This driver supports the QLogic 22xx (ISP2200) host adapter family.
  43. config SCSI_QLA2300
  44. tristate " Build QLogic ISP2300 firmware-module"
  45. depends on SCSI_QLA_FC && SCSI_QLA2XXX_EMBEDDED_FIRMWARE
  46. ---help---
  47. This driver supports the QLogic 2300 (ISP2300 and ISP2312) host
  48. adapter family.
  49. config SCSI_QLA2322
  50. tristate " Build QLogic ISP2322 firmware-module"
  51. depends on SCSI_QLA_FC && SCSI_QLA2XXX_EMBEDDED_FIRMWARE
  52. ---help---
  53. This driver supports the QLogic 2322 (ISP2322) host adapter family.
  54. config SCSI_QLA6312
  55. tristate " Build QLogic ISP63xx firmware-module"
  56. depends on SCSI_QLA_FC && SCSI_QLA2XXX_EMBEDDED_FIRMWARE
  57. ---help---
  58. This driver supports the QLogic 63xx (ISP6312 and ISP6322) host
  59. adapter family.
  60. config SCSI_QLA24XX
  61. tristate " Build QLogic ISP24xx firmware-module"
  62. depends on SCSI_QLA_FC && SCSI_QLA2XXX_EMBEDDED_FIRMWARE
  63. ---help---
  64. This driver supports the QLogic 24xx (ISP2422 and ISP2432) host
  65. adapter family.