Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | |
Jan Engelhardt | 1d9a3d0 | 2007-08-10 14:50:37 -0700 | [diff] [blame] | 2 | menuconfig FUSION |
| 3 | bool "Fusion MPT device support" |
Martin Schwidefsky | eeca7a3 | 2007-05-10 15:45:56 +0200 | [diff] [blame] | 4 | depends on PCI |
Jan Engelhardt | 1d9a3d0 | 2007-08-10 14:50:37 -0700 | [diff] [blame] | 5 | ---help--- |
| 6 | Say Y here to get to see options for Fusion Message |
| 7 | Passing Technology (MPT) drivers. |
| 8 | This option alone does not add any kernel code. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 9 | |
Jan Engelhardt | 1d9a3d0 | 2007-08-10 14:50:37 -0700 | [diff] [blame] | 10 | If you say N, all options in this submenu will be skipped and disabled. |
| 11 | |
| 12 | if FUSION |
James Bottomley | b86fff7 | 2005-04-23 02:45:48 -0400 | [diff] [blame] | 13 | |
Moore, Eric Dean | 5f5affd | 2005-04-22 18:00:52 -0400 | [diff] [blame] | 14 | config FUSION_SPI |
| 15 | tristate "Fusion MPT ScsiHost drivers for SPI" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 16 | depends on PCI && SCSI |
James Bottomley | c92f222 | 2006-03-01 09:02:49 -0600 | [diff] [blame] | 17 | select SCSI_SPI_ATTRS |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 18 | ---help--- |
Moore, Eric Dean | 5f5affd | 2005-04-22 18:00:52 -0400 | [diff] [blame] | 19 | SCSI HOST support for a parallel SCSI host adapters. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 20 | |
Moore, Eric Dean | 5f5affd | 2005-04-22 18:00:52 -0400 | [diff] [blame] | 21 | List of supported controllers: |
| 22 | |
| 23 | LSI53C1020 |
| 24 | LSI53C1020A |
| 25 | LSI53C1030 |
| 26 | LSI53C1035 |
Eric Moore | 232f08f | 2007-08-14 17:28:27 -0600 | [diff] [blame] | 27 | ATTO UL4D |
Moore, Eric Dean | 5f5affd | 2005-04-22 18:00:52 -0400 | [diff] [blame] | 28 | |
| 29 | config FUSION_FC |
| 30 | tristate "Fusion MPT ScsiHost drivers for FC" |
| 31 | depends on PCI && SCSI |
James Bottomley | 3759b78 | 2006-01-14 09:28:07 -0600 | [diff] [blame] | 32 | select SCSI_FC_ATTRS |
Moore, Eric Dean | 5f5affd | 2005-04-22 18:00:52 -0400 | [diff] [blame] | 33 | ---help--- |
| 34 | SCSI HOST support for a Fiber Channel host adapters. |
| 35 | |
| 36 | List of supported controllers: |
| 37 | |
| 38 | LSIFC909 |
| 39 | LSIFC919 |
| 40 | LSIFC919X |
| 41 | LSIFC929 |
| 42 | LSIFC929X |
| 43 | LSIFC929XL |
Eric Moore | 448f09e | 2007-09-14 18:50:49 -0600 | [diff] [blame] | 44 | LSIFC949X |
| 45 | LSIFC949E |
Gwendal Grignou | fbc9a57 | 2007-07-20 12:38:36 -0700 | [diff] [blame] | 46 | Brocade FC 410/420 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 47 | |
Christoph Hellwig | 0c33b27 | 2005-09-09 16:27:19 +0200 | [diff] [blame] | 48 | config FUSION_SAS |
| 49 | tristate "Fusion MPT ScsiHost drivers for SAS" |
| 50 | depends on PCI && SCSI |
Christoph Hellwig | 0c33b27 | 2005-09-09 16:27:19 +0200 | [diff] [blame] | 51 | select SCSI_SAS_ATTRS |
| 52 | ---help--- |
| 53 | SCSI HOST support for a SAS host adapters. |
| 54 | |
| 55 | List of supported controllers: |
| 56 | |
| 57 | LSISAS1064 |
Christoph Hellwig | 0c33b27 | 2005-09-09 16:27:19 +0200 | [diff] [blame] | 58 | LSISAS1068 |
| 59 | LSISAS1064E |
Christoph Hellwig | 0c33b27 | 2005-09-09 16:27:19 +0200 | [diff] [blame] | 60 | LSISAS1068E |
Eric Moore | 448f09e | 2007-09-14 18:50:49 -0600 | [diff] [blame] | 61 | LSISAS1078 |
Christoph Hellwig | 0c33b27 | 2005-09-09 16:27:19 +0200 | [diff] [blame] | 62 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 63 | config FUSION_MAX_SGE |
Moore, Eric Dean | 51bbc9c | 2005-05-11 17:37:29 -0600 | [diff] [blame] | 64 | int "Maximum number of scatter gather entries (16 - 128)" |
Moore, Eric Dean | 5f5affd | 2005-04-22 18:00:52 -0400 | [diff] [blame] | 65 | default "128" |
Moore, Eric Dean | 51bbc9c | 2005-05-11 17:37:29 -0600 | [diff] [blame] | 66 | range 16 128 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 67 | help |
| 68 | This option allows you to specify the maximum number of scatter- |
Moore, Eric Dean | 51bbc9c | 2005-05-11 17:37:29 -0600 | [diff] [blame] | 69 | gather entries per I/O. The driver default is 128, which matches |
| 70 | SCSI_MAX_PHYS_SEGMENTS. However, it may decreased down to 16. |
| 71 | Decreasing this parameter will reduce memory requirements |
| 72 | on a per controller instance. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 73 | |
| 74 | config FUSION_CTL |
| 75 | tristate "Fusion MPT misc device (ioctl) driver" |
Douglas Gilbert | d780c3b | 2007-01-04 23:48:54 -0500 | [diff] [blame] | 76 | depends on FUSION_SPI || FUSION_FC || FUSION_SAS |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 77 | ---help--- |
| 78 | The Fusion MPT misc device driver provides specialized control |
| 79 | of MPT adapters via system ioctl calls. Use of ioctl calls to |
| 80 | the MPT driver requires that you create and use a misc device |
| 81 | node ala: |
| 82 | mknod /dev/mptctl c 10 240 |
| 83 | |
| 84 | One use of this ioctl interface is to perform an upgrade (reflash) |
| 85 | of the MPT adapter firmware. Refer to readme file(s) distributed |
| 86 | with the Fusion MPT linux driver for additional details. |
| 87 | |
| 88 | If enabled by saying M to this, a driver named: mptctl |
| 89 | will be compiled. |
| 90 | |
| 91 | If unsure whether you really want or need this, say N. |
| 92 | |
| 93 | config FUSION_LAN |
| 94 | tristate "Fusion MPT LAN driver" |
Moore, Eric Dean | 5f5affd | 2005-04-22 18:00:52 -0400 | [diff] [blame] | 95 | depends on FUSION_FC && NET_FC |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 96 | ---help--- |
| 97 | This module supports LAN IP traffic over Fibre Channel port(s) |
| 98 | on Fusion MPT compatible hardware (LSIFC9xx chips). |
| 99 | The physical interface used is defined in RFC 2625. |
| 100 | Please refer to that document for details. |
| 101 | |
| 102 | Installing this driver requires the knowledge to configure and |
| 103 | activate a new network interface, "fc0", using standard Linux tools. |
| 104 | |
| 105 | If enabled by saying M to this, a driver named: mptlan |
| 106 | will be compiled. |
| 107 | |
| 108 | If unsure whether you really want or need this, say N. |
| 109 | |
Prakash, Sathya | 5c1b91b | 2007-07-24 15:40:08 +0530 | [diff] [blame] | 110 | config FUSION_LOGGING |
| 111 | bool "Fusion MPT logging facility" |
Prakash, Sathya | 5c1b91b | 2007-07-24 15:40:08 +0530 | [diff] [blame] | 112 | ---help--- |
| 113 | This turns on a logging facility that can be used to debug a number |
| 114 | of Fusion MPT related problems. |
| 115 | |
| 116 | The debug level can be programmed on the fly via SysFS (hex values) |
| 117 | |
| 118 | echo [level] > /sys/class/scsi_host/host#/debug_level |
| 119 | |
Eric Moore | 448f09e | 2007-09-14 18:50:49 -0600 | [diff] [blame] | 120 | There are various debug levels that can be found in the source: |
Prakash, Sathya | 5c1b91b | 2007-07-24 15:40:08 +0530 | [diff] [blame] | 121 | file:drivers/message/fusion/mptdebug.h |
| 122 | |
Jan Engelhardt | 1d9a3d0 | 2007-08-10 14:50:37 -0700 | [diff] [blame] | 123 | endif # FUSION |