diff options
author | Eric Moore <eric.moore@lsi.com> | 2007-09-14 20:50:49 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.localdomain> | 2007-10-12 14:48:53 -0400 |
commit | 448f09e618ab82ad90f01a04eae7f04f2985138f (patch) | |
tree | f3febd9689fe29d0869bec553edbdb5b9bf177a8 | |
parent | 50847ed8bc3d108d923bb8b6793f453a15af3c3f (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>
-rw-r--r-- | drivers/message/fusion/Kconfig | 6 |
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 | ||
46 | config FUSION_SAS | 48 | config 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 | ||
60 | config FUSION_MAX_SGE | 63 | config 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 | ||
107 | config FUSION_LOGGING | 110 | config 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 | ||
121 | endif # FUSION | 123 | endif # FUSION |