blob: e67cf15e9c3961af697067c4007e78ffd359da4b [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001
2menu "Fusion MPT device support"
3
James Bottomley b86fff72005-04-23 02:45:48 -04004config FUSION
5 bool
6 default n
7
Moore, Eric Dean 5f5affd2005-04-22 18:00:52 -04008config FUSION_SPI
9 tristate "Fusion MPT ScsiHost drivers for SPI"
Linus Torvalds1da177e2005-04-16 15:20:36 -070010 depends on PCI && SCSI
James Bottomley b86fff72005-04-23 02:45:48 -040011 select FUSION
Linus Torvalds1da177e2005-04-16 15:20:36 -070012 ---help---
Moore, Eric Dean 5f5affd2005-04-22 18:00:52 -040013 SCSI HOST support for a parallel SCSI host adapters.
Linus Torvalds1da177e2005-04-16 15:20:36 -070014
Moore, Eric Dean 5f5affd2005-04-22 18:00:52 -040015 List of supported controllers:
16
17 LSI53C1020
18 LSI53C1020A
19 LSI53C1030
20 LSI53C1035
21
22config FUSION_FC
23 tristate "Fusion MPT ScsiHost drivers for FC"
24 depends on PCI && SCSI
James Bottomley b86fff72005-04-23 02:45:48 -040025 select FUSION
James Bottomley3759b782006-01-14 09:28:07 -060026 select SCSI_FC_ATTRS
Moore, Eric Dean 5f5affd2005-04-22 18:00:52 -040027 ---help---
28 SCSI HOST support for a Fiber Channel host adapters.
29
30 List of supported controllers:
31
32 LSIFC909
33 LSIFC919
34 LSIFC919X
35 LSIFC929
36 LSIFC929X
37 LSIFC929XL
Linus Torvalds1da177e2005-04-16 15:20:36 -070038
Christoph Hellwig0c33b272005-09-09 16:27:19 +020039config FUSION_SAS
40 tristate "Fusion MPT ScsiHost drivers for SAS"
41 depends on PCI && SCSI
42 select FUSION
43 select SCSI_SAS_ATTRS
44 ---help---
45 SCSI HOST support for a SAS host adapters.
46
47 List of supported controllers:
48
49 LSISAS1064
50 LSISAS1066
51 LSISAS1068
52 LSISAS1064E
53 LSISAS1066E
54 LSISAS1068E
55
Linus Torvalds1da177e2005-04-16 15:20:36 -070056config FUSION_MAX_SGE
Moore, Eric Dean 51bbc9c2005-05-11 17:37:29 -060057 int "Maximum number of scatter gather entries (16 - 128)"
58 depends on FUSION
Moore, Eric Dean 5f5affd2005-04-22 18:00:52 -040059 default "128"
Moore, Eric Dean 51bbc9c2005-05-11 17:37:29 -060060 range 16 128
Linus Torvalds1da177e2005-04-16 15:20:36 -070061 help
62 This option allows you to specify the maximum number of scatter-
Moore, Eric Dean 51bbc9c2005-05-11 17:37:29 -060063 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.
Linus Torvalds1da177e2005-04-16 15:20:36 -070067
68config FUSION_CTL
69 tristate "Fusion MPT misc device (ioctl) driver"
Moore, Eric Dean 5f5affd2005-04-22 18:00:52 -040070 depends on FUSION_SPI || FUSION_FC
Linus Torvalds1da177e2005-04-16 15:20:36 -070071 ---help---
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
75 node ala:
76 mknod /dev/mptctl c 10 240
77
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.
81
82 If enabled by saying M to this, a driver named: mptctl
83 will be compiled.
84
85 If unsure whether you really want or need this, say N.
86
87config FUSION_LAN
88 tristate "Fusion MPT LAN driver"
Moore, Eric Dean 5f5affd2005-04-22 18:00:52 -040089 depends on FUSION_FC && NET_FC
Linus Torvalds1da177e2005-04-16 15:20:36 -070090 ---help---
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.
95
96 Installing this driver requires the knowledge to configure and
97 activate a new network interface, "fc0", using standard Linux tools.
98
99 If enabled by saying M to this, a driver named: mptlan
100 will be compiled.
101
102 If unsure whether you really want or need this, say N.
103
104endmenu