Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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>

authored by

Eric Moore and committed by
James Bottomley
448f09e6 50847ed8

+4 -2
+4 -2
drivers/message/fusion/Kconfig
··· 41 41 LSIFC929 42 42 LSIFC929X 43 43 LSIFC929XL 44 + LSIFC949X 45 + LSIFC949E 44 46 Brocade FC 410/420 45 47 46 48 config FUSION_SAS ··· 58 56 LSISAS1068 59 57 LSISAS1064E 60 58 LSISAS1068E 59 + LSISAS1078 61 60 62 61 config FUSION_MAX_SGE 63 62 int "Maximum number of scatter gather entries (16 - 128)" ··· 109 106 110 107 config FUSION_LOGGING 111 108 bool "Fusion MPT logging facility" 112 - depends on FUSION 113 109 ---help--- 114 110 This turns on a logging facility that can be used to debug a number 115 111 of Fusion MPT related problems. ··· 117 115 118 116 echo [level] > /sys/class/scsi_host/host#/debug_level 119 117 120 - There are various debug levels that an be found in the source: 118 + There are various debug levels that can be found in the source: 121 119 file:drivers/message/fusion/mptdebug.h 122 120 123 121 endif # FUSION