Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | |
| 2 | menu "Fusion MPT device support" |
| 3 | |
James Bottomley | b86fff7 | 2005-04-23 02:45:48 -0400 | [diff] [blame] | 4 | config FUSION |
| 5 | bool |
| 6 | default n |
| 7 | |
Moore, Eric Dean | 5f5affd | 2005-04-22 18:00:52 -0400 | [diff] [blame] | 8 | config FUSION_SPI |
| 9 | tristate "Fusion MPT ScsiHost drivers for SPI" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 10 | depends on PCI && SCSI |
James Bottomley | b86fff7 | 2005-04-23 02:45:48 -0400 | [diff] [blame] | 11 | select FUSION |
James Bottomley | c92f222 | 2006-03-01 09:02:49 -0600 | [diff] [blame] | 12 | select SCSI_SPI_ATTRS |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 13 | ---help--- |
Moore, Eric Dean | 5f5affd | 2005-04-22 18:00:52 -0400 | [diff] [blame] | 14 | SCSI HOST support for a parallel SCSI host adapters. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 15 | |
Moore, Eric Dean | 5f5affd | 2005-04-22 18:00:52 -0400 | [diff] [blame] | 16 | List of supported controllers: |
| 17 | |
| 18 | LSI53C1020 |
| 19 | LSI53C1020A |
| 20 | LSI53C1030 |
| 21 | LSI53C1035 |
| 22 | |
| 23 | config FUSION_FC |
| 24 | tristate "Fusion MPT ScsiHost drivers for FC" |
| 25 | depends on PCI && SCSI |
James Bottomley | b86fff7 | 2005-04-23 02:45:48 -0400 | [diff] [blame] | 26 | select FUSION |
James Bottomley | 3759b78 | 2006-01-14 09:28:07 -0600 | [diff] [blame] | 27 | select SCSI_FC_ATTRS |
Moore, Eric Dean | 5f5affd | 2005-04-22 18:00:52 -0400 | [diff] [blame] | 28 | ---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 Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 39 | |
Christoph Hellwig | 0c33b27 | 2005-09-09 16:27:19 +0200 | [diff] [blame] | 40 | config 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 |
Christoph Hellwig | 0c33b27 | 2005-09-09 16:27:19 +0200 | [diff] [blame] | 51 | LSISAS1068 |
| 52 | LSISAS1064E |
Christoph Hellwig | 0c33b27 | 2005-09-09 16:27:19 +0200 | [diff] [blame] | 53 | LSISAS1068E |
| 54 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 55 | config FUSION_MAX_SGE |
Moore, Eric Dean | 51bbc9c | 2005-05-11 17:37:29 -0600 | [diff] [blame] | 56 | int "Maximum number of scatter gather entries (16 - 128)" |
| 57 | depends on FUSION |
Moore, Eric Dean | 5f5affd | 2005-04-22 18:00:52 -0400 | [diff] [blame] | 58 | default "128" |
Moore, Eric Dean | 51bbc9c | 2005-05-11 17:37:29 -0600 | [diff] [blame] | 59 | range 16 128 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 60 | help |
| 61 | This option allows you to specify the maximum number of scatter- |
Moore, Eric Dean | 51bbc9c | 2005-05-11 17:37:29 -0600 | [diff] [blame] | 62 | gather entries per I/O. The driver default is 128, which matches |
| 63 | SCSI_MAX_PHYS_SEGMENTS. However, it may decreased down to 16. |
| 64 | Decreasing this parameter will reduce memory requirements |
| 65 | on a per controller instance. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 66 | |
| 67 | config FUSION_CTL |
| 68 | tristate "Fusion MPT misc device (ioctl) driver" |
Douglas Gilbert | d780c3b | 2007-01-04 23:48:54 -0500 | [diff] [blame^] | 69 | depends on FUSION_SPI || FUSION_FC || FUSION_SAS |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 70 | ---help--- |
| 71 | The Fusion MPT misc device driver provides specialized control |
| 72 | of MPT adapters via system ioctl calls. Use of ioctl calls to |
| 73 | the MPT driver requires that you create and use a misc device |
| 74 | node ala: |
| 75 | mknod /dev/mptctl c 10 240 |
| 76 | |
| 77 | One use of this ioctl interface is to perform an upgrade (reflash) |
| 78 | of the MPT adapter firmware. Refer to readme file(s) distributed |
| 79 | with the Fusion MPT linux driver for additional details. |
| 80 | |
| 81 | If enabled by saying M to this, a driver named: mptctl |
| 82 | will be compiled. |
| 83 | |
| 84 | If unsure whether you really want or need this, say N. |
| 85 | |
| 86 | config FUSION_LAN |
| 87 | tristate "Fusion MPT LAN driver" |
Moore, Eric Dean | 5f5affd | 2005-04-22 18:00:52 -0400 | [diff] [blame] | 88 | depends on FUSION_FC && NET_FC |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 89 | ---help--- |
| 90 | This module supports LAN IP traffic over Fibre Channel port(s) |
| 91 | on Fusion MPT compatible hardware (LSIFC9xx chips). |
| 92 | The physical interface used is defined in RFC 2625. |
| 93 | Please refer to that document for details. |
| 94 | |
| 95 | Installing this driver requires the knowledge to configure and |
| 96 | activate a new network interface, "fc0", using standard Linux tools. |
| 97 | |
| 98 | If enabled by saying M to this, a driver named: mptlan |
| 99 | will be compiled. |
| 100 | |
| 101 | If unsure whether you really want or need this, say N. |
| 102 | |
| 103 | endmenu |