aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorEric Moore <eric.moore@lsi.com>2007-09-14 20:50:49 -0400
committerJames Bottomley <jejb@mulgrave.localdomain>2007-10-12 14:48:53 -0400
commit448f09e618ab82ad90f01a04eae7f04f2985138f (patch)
treef3febd9689fe29d0869bec553edbdb5b9bf177a8 /drivers
parent50847ed8bc3d108d923bb8b6793f453a15af3c3f (diff)
[SCSI] mpt fusion: Kconfig cleanup
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>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/message/fusion/Kconfig6
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/message/fusion/Kconfig b/drivers/message/fusion/Kconfig
index 9b87c2fd052c..a34a11d2fef2 100644
--- a/drivers/message/fusion/Kconfig
+++ b/drivers/message/fusion/Kconfig
@@ -41,6 +41,8 @@ config FUSION_FC
41 LSIFC929 41 LSIFC929
42 LSIFC929X 42 LSIFC929X
43 LSIFC929XL 43 LSIFC929XL
44 LSIFC949X
45 LSIFC949E
44 Brocade FC 410/420 46 Brocade FC 410/420
45 47
46config FUSION_SAS 48config FUSION_SAS
@@ -56,6 +58,7 @@ config FUSION_SAS
56 LSISAS1068 58 LSISAS1068
57 LSISAS1064E 59 LSISAS1064E
58 LSISAS1068E 60 LSISAS1068E
61 LSISAS1078
59 62
60config FUSION_MAX_SGE 63config FUSION_MAX_SGE
61 int "Maximum number of scatter gather entries (16 - 128)" 64 int "Maximum number of scatter gather entries (16 - 128)"
@@ -106,7 +109,6 @@ config FUSION_LAN
106 109
107config FUSION_LOGGING 110config FUSION_LOGGING
108 bool "Fusion MPT logging facility" 111 bool "Fusion MPT logging facility"
109 depends on FUSION
110 ---help--- 112 ---help---
111 This turns on a logging facility that can be used to debug a number 113 This turns on a logging facility that can be used to debug a number
112 of Fusion MPT related problems. 114 of Fusion MPT related problems.
@@ -115,7 +117,7 @@ config FUSION_LOGGING
115 117
116 echo [level] > /sys/class/scsi_host/host#/debug_level 118 echo [level] > /sys/class/scsi_host/host#/debug_level
117 119
118 There are various debug levels that an be found in the source: 120 There are various debug levels that can be found in the source:
119 file:drivers/message/fusion/mptdebug.h 121 file:drivers/message/fusion/mptdebug.h
120 122
121endif # FUSION 123endif # FUSION