Kconfig 849 B

1234567891011121314151617181920212223242526272829
  1. config SCSI_QLA_FC
  2. tristate "QLogic QLA2XXX Fibre Channel Support"
  3. depends on PCI && SCSI
  4. depends on 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. /*(DEBLOBBED)*/
  10. config TCM_QLA2XXX
  11. tristate "TCM_QLA2XXX fabric module for QLogic 24xx+ series target mode HBAs"
  12. depends on SCSI_QLA_FC && TARGET_CORE
  13. depends on LIBFC
  14. select BTREE
  15. default n
  16. ---help---
  17. Say Y here to enable the TCM_QLA2XXX fabric module for QLogic 24xx+ series target mode HBAs
  18. if TCM_QLA2XXX
  19. config TCM_QLA2XXX_DEBUG
  20. bool "TCM_QLA2XXX fabric module DEBUG mode for QLogic 24xx+ series target mode HBAs"
  21. default n
  22. ---help---
  23. Say Y here to enable the TCM_QLA2XXX fabric module DEBUG for QLogic 24xx+ series target mode HBAs
  24. This will include code to enable the SCSI command jammer
  25. endif