diff options
Diffstat (limited to 'drivers/message')
-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 |