Kconfig 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. config SCSI_QLA2XXX
  2. tristate
  3. default (SCSI && PCI)
  4. depends on SCSI && PCI
  5. config SCSI_QLA21XX
  6. tristate "QLogic ISP2100 host adapter family support"
  7. depends on SCSI_QLA2XXX
  8. select SCSI_FC_ATTRS
  9. select FW_LOADER
  10. ---help---
  11. This driver supports the QLogic 21xx (ISP2100) host adapter family.
  12. config SCSI_QLA22XX
  13. tristate "QLogic ISP2200 host adapter family support"
  14. depends on SCSI_QLA2XXX
  15. select SCSI_FC_ATTRS
  16. select FW_LOADER
  17. ---help---
  18. This driver supports the QLogic 22xx (ISP2200) host adapter family.
  19. config SCSI_QLA2300
  20. tristate "QLogic ISP2300 host adapter family support"
  21. depends on SCSI_QLA2XXX
  22. select SCSI_FC_ATTRS
  23. select FW_LOADER
  24. ---help---
  25. This driver supports the QLogic 2300 (ISP2300 and ISP2312) host
  26. adapter family.
  27. config SCSI_QLA2322
  28. tristate "QLogic ISP2322 host adapter family support"
  29. depends on SCSI_QLA2XXX
  30. select SCSI_FC_ATTRS
  31. select FW_LOADER
  32. ---help---
  33. This driver supports the QLogic 2322 (ISP2322) host adapter family.
  34. config SCSI_QLA6312
  35. tristate "QLogic ISP63xx host adapter family support"
  36. depends on SCSI_QLA2XXX
  37. select SCSI_FC_ATTRS
  38. select FW_LOADER
  39. ---help---
  40. This driver supports the QLogic 63xx (ISP6312 and ISP6322) host
  41. adapter family.
  42. config SCSI_QLA24XX
  43. tristate "QLogic ISP24xx host adapter family support"
  44. depends on SCSI_QLA2XXX
  45. select SCSI_FC_ATTRS
  46. select FW_LOADER
  47. ---help---
  48. This driver supports the QLogic 24xx (ISP2422 and ISP2432) host
  49. adapter family.