3 bool "Fusion MPT device support"
6 Say Y here to get to see options for Fusion Message
7 Passing Technology (MPT) drivers.
8 This option alone does not add any kernel code.
10 If you say N, all options in this submenu will be skipped and disabled.
15 tristate "Fusion MPT ScsiHost drivers for SPI"
16 depends on PCI && SCSI
19 SCSI HOST support for a parallel SCSI host adapters.
21 List of supported controllers:
30 tristate "Fusion MPT ScsiHost drivers for FC"
31 depends on PCI && SCSI
34 SCSI HOST support for a Fiber Channel host adapters.
36 List of supported controllers:
49 tristate "Fusion MPT ScsiHost drivers for SAS"
50 depends on PCI && SCSI
53 SCSI HOST support for a SAS host adapters.
55 List of supported controllers:
64 int "Maximum number of scatter gather entries (16 - 128)"
68 This option allows you to specify the maximum number of scatter-
69 gather entries per I/O. The driver default is 128, which matches
70 SCSI_MAX_PHYS_SEGMENTS. However, it may decreased down to 16.
71 Decreasing this parameter will reduce memory requirements
72 on a per controller instance.
75 tristate "Fusion MPT misc device (ioctl) driver"
76 depends on FUSION_SPI || FUSION_FC || FUSION_SAS
78 The Fusion MPT misc device driver provides specialized control
79 of MPT adapters via system ioctl calls. Use of ioctl calls to
80 the MPT driver requires that you create and use a misc device
82 mknod /dev/mptctl c 10 240
84 One use of this ioctl interface is to perform an upgrade (reflash)
85 of the MPT adapter firmware. Refer to readme file(s) distributed
86 with the Fusion MPT linux driver for additional details.
88 If enabled by saying M to this, a driver named: mptctl
91 If unsure whether you really want or need this, say N.
94 tristate "Fusion MPT LAN driver"
95 depends on FUSION_FC && NET_FC
97 This module supports LAN IP traffic over Fibre Channel port(s)
98 on Fusion MPT compatible hardware (LSIFC9xx chips).
99 The physical interface used is defined in RFC 2625.
100 Please refer to that document for details.
102 Installing this driver requires the knowledge to configure and
103 activate a new network interface, "fc0", using standard Linux tools.
105 If enabled by saying M to this, a driver named: mptlan
108 If unsure whether you really want or need this, say N.
110 config FUSION_LOGGING
111 bool "Fusion MPT logging facility"
113 This turns on a logging facility that can be used to debug a number
114 of Fusion MPT related problems.
116 The debug level can be programmed on the fly via SysFS (hex values)
118 echo [level] > /sys/class/scsi_host/host#/debug_level
120 There are various debug levels that can be found in the source:
121 file:drivers/message/fusion/mptdebug.h