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