Kconfig 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. ---help---
  10. This driver supports the QLogic 21xx (ISP2100) host adapter family.
  11. config SCSI_QLA22XX
  12. tristate "QLogic ISP2200 host adapter family support"
  13. depends on SCSI_QLA2XXX
  14. select SCSI_FC_ATTRS
  15. ---help---
  16. This driver supports the QLogic 22xx (ISP2200) host adapter family.
  17. config SCSI_QLA2300
  18. tristate "QLogic ISP2300 host adapter family support"
  19. depends on SCSI_QLA2XXX
  20. select SCSI_FC_ATTRS
  21. ---help---
  22. This driver supports the QLogic 2300 (ISP2300 and ISP2312) host
  23. adapter family.
  24. config SCSI_QLA2322
  25. tristate "QLogic ISP2322 host adapter family support"
  26. depends on SCSI_QLA2XXX
  27. select SCSI_FC_ATTRS
  28. ---help---
  29. This driver supports the QLogic 2322 (ISP2322) host adapter family.
  30. config SCSI_QLA6312
  31. tristate "QLogic ISP63xx host adapter family support"
  32. depends on SCSI_QLA2XXX
  33. select SCSI_FC_ATTRS
  34. ---help---
  35. This driver supports the QLogic 63xx (ISP6312 and ISP6322) host
  36. adapter family.