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