blob: bbc229852881e133affea9a4984a6ce806f1f622 [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
James Bottomleyc92f2222006-03-01 09:02:49 -060012 select SCSI_SPI_ATTRS
Linus Torvalds1da177e2005-04-16 15:20:36 -070013 ---help---
Moore, Eric Dean 5f5affd2005-04-22 18:00:52 -040014 SCSI HOST support for a parallel SCSI host adapters.
Linus Torvalds1da177e2005-04-16 15:20:36 -070015
Moore, Eric Dean 5f5affd2005-04-22 18:00:52 -040016 List of supported controllers:
17
18 LSI53C1020
19 LSI53C1020A
20 LSI53C1030
21 LSI53C1035
22
23config FUSION_FC
24 tristate "Fusion MPT ScsiHost drivers for FC"
25 depends on PCI && SCSI
James Bottomley b86fff72005-04-23 02:45:48 -040026 select FUSION
James Bottomley3759b782006-01-14 09:28:07 -060027 select SCSI_FC_ATTRS
Moore, Eric Dean 5f5affd2005-04-22 18:00:52 -040028 ---help---
29 SCSI HOST support for a Fiber Channel host adapters.
30
31 List of supported controllers:
32
33 LSIFC909
34 LSIFC919
35 LSIFC919X
36 LSIFC929
37 LSIFC929X
38 LSIFC929XL
Linus Torvalds1da177e2005-04-16 15:20:36 -070039
Christoph Hellwig0c33b272005-09-09 16:27:19 +020040config FUSION_SAS
41 tristate "Fusion MPT ScsiHost drivers for SAS"
42 depends on PCI && SCSI
43 select FUSION
44 select SCSI_SAS_ATTRS
45 ---help---
46 SCSI HOST support for a SAS host adapters.
47
48 List of supported controllers:
49
50 LSISAS1064
51 LSISAS1066
52 LSISAS1068
53 LSISAS1064E
54 LSISAS1066E
55 LSISAS1068E
56
Linus Torvalds1da177e2005-04-16 15:20:36 -070057config FUSION_MAX_SGE
Moore, Eric Dean 51bbc9c2005-05-11 17:37:29 -060058 int "Maximum number of scatter gather entries (16 - 128)"
59 depends on FUSION
Moore, Eric Dean 5f5affd2005-04-22 18:00:52 -040060 default "128"
Moore, Eric Dean 51bbc9c2005-05-11 17:37:29 -060061 range 16 128
Linus Torvalds1da177e2005-04-16 15:20:36 -070062 help
63 This option allows you to specify the maximum number of scatter-
Moore, Eric Dean 51bbc9c2005-05-11 17:37:29 -060064 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.
Linus Torvalds1da177e2005-04-16 15:20:36 -070068
69config FUSION_CTL
70 tristate "Fusion MPT misc device (ioctl) driver"
Moore, Eric Dean 5f5affd2005-04-22 18:00:52 -040071 depends on FUSION_SPI || FUSION_FC
Linus Torvalds1da177e2005-04-16 15:20:36 -070072 ---help---
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
76 node ala:
77 mknod /dev/mptctl c 10 240
78
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.
82
83 If enabled by saying M to this, a driver named: mptctl
84 will be compiled.
85
86 If unsure whether you really want or need this, say N.
87
88config FUSION_LAN
89 tristate "Fusion MPT LAN driver"
Moore, Eric Dean 5f5affd2005-04-22 18:00:52 -040090 depends on FUSION_FC && NET_FC
Linus Torvalds1da177e2005-04-16 15:20:36 -070091 ---help---
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.
96
97 Installing this driver requires the knowledge to configure and
98 activate a new network interface, "fc0", using standard Linux tools.
99
100 If enabled by saying M to this, a driver named: mptlan
101 will be compiled.
102
103 If unsure whether you really want or need this, say N.
104
105endmenu