Skip to content

Commit

Permalink
[SCSI] mpt fusion: Kconfig cleanup
Browse files Browse the repository at this point in the history
Adding 949X, 949E, and 1078 to Kconfig.  Adding "depends on FUSION"
required in the FUSION_LOGGING section, and fixing a spelling error.

Signed-off-by: Eric Moore <Eric.Moore@lsi.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
  • Loading branch information
Eric Moore authored and James Bottomley committed Oct 12, 2007
1 parent 50847ed commit 448f09e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions drivers/message/fusion/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ config FUSION_FC
LSIFC929
LSIFC929X
LSIFC929XL
LSIFC949X
LSIFC949E
Brocade FC 410/420

config FUSION_SAS
Expand All @@ -56,6 +58,7 @@ config FUSION_SAS
LSISAS1068
LSISAS1064E
LSISAS1068E
LSISAS1078

config FUSION_MAX_SGE
int "Maximum number of scatter gather entries (16 - 128)"
Expand Down Expand Up @@ -106,7 +109,6 @@ config FUSION_LAN

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.
Expand All @@ -115,7 +117,7 @@ config FUSION_LOGGING

echo [level] > /sys/class/scsi_host/host#/debug_level

There are various debug levels that an be found in the source:
There are various debug levels that can be found in the source:
file:drivers/message/fusion/mptdebug.h

endif # FUSION

0 comments on commit 448f09e

Please sign in to comment.