Kconfig 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. config SCSI_QLA2XXX
  2. tristate
  3. default (SCSI && PCI)
  4. depends on SCSI && PCI
  5. select SCSI_FC_ATTRS
  6. config SCSI_QLA21XX
  7. tristate "QLogic ISP2100 host adapter family support"
  8. depends on SCSI_QLA2XXX
  9. select SCSI_FC_ATTRS
  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. ---help---
  17. This driver supports the QLogic 22xx (ISP2200) host adapter family.
  18. config SCSI_QLA2300
  19. tristate "QLogic ISP2300 host adapter family support"
  20. depends on SCSI_QLA2XXX
  21. select SCSI_FC_ATTRS
  22. ---help---
  23. This driver supports the QLogic 2300 (ISP2300 and ISP2312) host
  24. adapter family.
  25. config SCSI_QLA2322
  26. tristate "QLogic ISP2322 host adapter family support"
  27. depends on SCSI_QLA2XXX
  28. select SCSI_FC_ATTRS
  29. ---help---
  30. This driver supports the QLogic 2322 (ISP2322) host adapter family.
  31. config SCSI_QLA6312
  32. tristate "QLogic ISP63xx host adapter family support"
  33. depends on SCSI_QLA2XXX
  34. select SCSI_FC_ATTRS
  35. ---help---
  36. This driver supports the QLogic 63xx (ISP6312 and ISP6322) host
  37. adapter family.