2 menu "Fusion MPT device support"
9 tristate "Fusion MPT ScsiHost drivers for SPI"
10 depends on PCI && SCSI
14 SCSI HOST support for a parallel SCSI host adapters.
16 List of supported controllers:
24 tristate "Fusion MPT ScsiHost drivers for FC"
25 depends on PCI && SCSI
29 SCSI HOST support for a Fiber Channel host adapters.
31 List of supported controllers:
41 tristate "Fusion MPT ScsiHost drivers for SAS"
42 depends on PCI && SCSI
46 SCSI HOST support for a SAS host adapters.
48 List of supported controllers:
58 int "Maximum number of scatter gather entries (16 - 128)"
63 This option allows you to specify the maximum number of scatter-
64 gather entries per I/O. The driver default is 128, which matches
65 SCSI_MAX_PHYS_SEGMENTS. However, it may decreased down to 16.
66 Decreasing this parameter will reduce memory requirements
67 on a per controller instance.
70 tristate "Fusion MPT misc device (ioctl) driver"
71 depends on FUSION_SPI || FUSION_FC
73 The Fusion MPT misc device driver provides specialized control
74 of MPT adapters via system ioctl calls. Use of ioctl calls to
75 the MPT driver requires that you create and use a misc device
77 mknod /dev/mptctl c 10 240
79 One use of this ioctl interface is to perform an upgrade (reflash)
80 of the MPT adapter firmware. Refer to readme file(s) distributed
81 with the Fusion MPT linux driver for additional details.
83 If enabled by saying M to this, a driver named: mptctl
86 If unsure whether you really want or need this, say N.
89 tristate "Fusion MPT LAN driver"
90 depends on FUSION_FC && NET_FC
92 This module supports LAN IP traffic over Fibre Channel port(s)
93 on Fusion MPT compatible hardware (LSIFC9xx chips).
94 The physical interface used is defined in RFC 2625.
95 Please refer to that document for details.
97 Installing this driver requires the knowledge to configure and
98 activate a new network interface, "fc0", using standard Linux tools.
100 If enabled by saying M to this, a driver named: mptlan
103 If unsure whether you really want or need this, say N.