Kconfig 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. config SCSI_QLA2XXX
  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. NOTE: The original method of building firmware-loader
  22. modules has been deprecated as the firmware-images will
  23. be removed from the kernel sources.
  24. config SCSI_QLA2XXX_EMBEDDED_FIRMWARE
  25. bool " Use firmware-loader modules (DEPRECATED)"
  26. depends on SCSI_QLA2XXX
  27. config SCSI_QLA21XX
  28. tristate " Build QLogic ISP2100 firmware-module"
  29. depends on SCSI_QLA2XXX_EMBEDDED_FIRMWARE
  30. ---help---
  31. This driver supports the QLogic 21xx (ISP2100) host adapter family.
  32. config SCSI_QLA22XX
  33. tristate " Build QLogic ISP2200 firmware-module"
  34. depends on SCSI_QLA2XXX_EMBEDDED_FIRMWARE
  35. ---help---
  36. This driver supports the QLogic 22xx (ISP2200) host adapter family.
  37. config SCSI_QLA2300
  38. tristate " Build QLogic ISP2300 firmware-module"
  39. depends on SCSI_QLA2XXX_EMBEDDED_FIRMWARE
  40. ---help---
  41. This driver supports the QLogic 2300 (ISP2300 and ISP2312) host
  42. adapter family.
  43. config SCSI_QLA2322
  44. tristate " Build QLogic ISP2322 firmware-module"
  45. depends on SCSI_QLA2XXX_EMBEDDED_FIRMWARE
  46. ---help---
  47. This driver supports the QLogic 2322 (ISP2322) host adapter family.
  48. config SCSI_QLA6312
  49. tristate " Build QLogic ISP63xx firmware-module"
  50. depends on SCSI_QLA2XXX_EMBEDDED_FIRMWARE
  51. ---help---
  52. This driver supports the QLogic 63xx (ISP6312 and ISP6322) host
  53. adapter family.
  54. config SCSI_QLA24XX
  55. tristate " Build QLogic ISP24xx firmware-module"
  56. depends on SCSI_QLA2XXX_EMBEDDED_FIRMWARE
  57. ---help---
  58. This driver supports the QLogic 24xx (ISP2422 and ISP2432) host
  59. adapter family.