]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/message/fusion/Kconfig
[SCSI] mpt fusion: Changes in mptbase.c for logging support
[karo-tx-linux.git] / drivers / message / fusion / Kconfig
index 71037f91c222611e8d9933d441fb29a4337f4096..f55cc03a75c9a8a5135a670ad3ad7f320b9b7a1f 100644 (file)
@@ -1,5 +1,6 @@
 
 menu "Fusion MPT device support"
+       depends on PCI
 
 config FUSION
        bool
@@ -36,6 +37,7 @@ config FUSION_FC
          LSIFC929
          LSIFC929X
          LSIFC929XL
+         Brocade FC 410/420
 
 config FUSION_SAS
        tristate "Fusion MPT ScsiHost drivers for SAS"
@@ -100,4 +102,18 @@ config FUSION_LAN
 
          If unsure whether you really want or need this, say N.
 
+config FUSION_LOGGING
+       bool "Fusion MPT logging facility"
+       depends on FUSION
+       ---help---
+         This turns on a logging facility that can be used to debug a number
+         of Fusion MPT related problems.
+
+         The debug level can be programmed on the fly via SysFS (hex values)
+
+         echo [level] > /sys/class/scsi_host/host#/debug_level
+
+         There are various debug levels that an be found in the source:
+         file:drivers/message/fusion/mptdebug.h
+
 endmenu