Kconfig 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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 ql2400_fw.bin
  18. Upon request, the driver caches the firmware image until
  19. the driver is unloaded.
  20. Firmware images can be retrieved from:
  21. ftp://ftp.qlogic.com/outgoing/linux/firmware/
  22. NOTE: The original method of building firmware-loader
  23. modules has been deprecated as the firmware-images will
  24. be removed from the kernel sources.
  25. config SCSI_QLA2XXX_EMBEDDED_FIRMWARE
  26. bool " Use firmware-loader modules (DEPRECATED)"
  27. depends on SCSI_QLA_FC
  28. help
  29. This option offers you the deprecated firmware-loader
  30. modules that have been obsoleted by the usage of the
  31. Firmware Loader interface in the qla2xxx driver.
  32. config SCSI_QLA21XX
  33. tristate " Build QLogic ISP2100 firmware-module"
  34. depends on SCSI_QLA_FC && SCSI_QLA2XXX_EMBEDDED_FIRMWARE
  35. ---help---
  36. This driver supports the QLogic 21xx (ISP2100) host adapter family.
  37. config SCSI_QLA22XX
  38. tristate " Build QLogic ISP2200 firmware-module"
  39. depends on SCSI_QLA_FC && SCSI_QLA2XXX_EMBEDDED_FIRMWARE
  40. ---help---
  41. This driver supports the QLogic 22xx (ISP2200) host adapter family.
  42. config SCSI_QLA2300
  43. tristate " Build QLogic ISP2300/ISP6312 firmware-module"
  44. depends on SCSI_QLA_FC && SCSI_QLA2XXX_EMBEDDED_FIRMWARE
  45. ---help---
  46. This driver supports the QLogic 2300 (ISP2300, ISP2312 and
  47. ISP6312) host adapter family.
  48. config SCSI_QLA2322
  49. tristate " Build QLogic ISP2322/ISP6322 firmware-module"
  50. depends on SCSI_QLA_FC && SCSI_QLA2XXX_EMBEDDED_FIRMWARE
  51. ---help---
  52. This driver supports the QLogic 2322 (ISP2322 and ISP6322) host
  53. adapter family.
  54. config SCSI_QLA24XX
  55. tristate " Build QLogic ISP24xx firmware-module"
  56. depends on SCSI_QLA_FC && SCSI_QLA2XXX_EMBEDDED_FIRMWARE
  57. ---help---
  58. This driver supports the QLogic 24xx (ISP2422 and ISP2432) host
  59. adapter family.