blob: b736dbc8048530e6c2c8dae2a8f7e1aac896ce10 [file] [log] [blame]
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05301#
2# Kernel configuration file for the MPT3SAS
3#
4# This code is based on drivers/scsi/mpt3sas/Kconfig
Sreekanth Reddya4ffce02014-09-12 15:35:29 +05305# Copyright (C) 2012-2014 LSI Corporation
Sreekanth Reddyf92363d2012-11-30 07:44:21 +05306# (mailto:DL-MPTFusionLinux@lsi.com)
7
8# This program is free software; you can redistribute it and/or
9# modify it under the terms of the GNU General Public License
10# as published by the Free Software Foundation; either version 2
11# of the License, or (at your option) any later version.
12
13# This program is distributed in the hope that it will be useful,
14# but WITHOUT ANY WARRANTY; without even the implied warranty of
15# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16# GNU General Public License for more details.
17
18# NO WARRANTY
19# THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR
20# CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT
21# LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT,
22# MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is
23# solely responsible for determining the appropriateness of using and
24# distributing the Program and assumes all risks associated with its
25# exercise of rights under this Agreement, including but not limited to
26# the risks and costs of program errors, damage to or loss of data,
27# programs or equipment, and unavailability or interruption of operations.
28
29# DISCLAIMER OF LIABILITY
30# NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY
31# DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
32# DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND
33# ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
34# TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
35# USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED
36# HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES
37
38# You should have received a copy of the GNU General Public License
39# along with this program; if not, write to the Free Software
40# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
41# USA.
42
43config SCSI_MPT3SAS
Sreekanth Reddyc84b06a2015-11-11 17:30:35 +053044 tristate "LSI MPT Fusion SAS 3.0 & SAS 2.0 Device Driver"
Sreekanth Reddyf92363d2012-11-30 07:44:21 +053045 depends on PCI && SCSI
46 select SCSI_SAS_ATTRS
47 select RAID_ATTRS
48 ---help---
49 This driver supports PCI-Express SAS 12Gb/s Host Adapters.
50
Sreekanth Reddyc84b06a2015-11-11 17:30:35 +053051config SCSI_MPT2SAS_MAX_SGE
52 int "LSI MPT Fusion SAS 2.0 Max number of SG Entries (16 - 256)"
53 depends on PCI && SCSI && SCSI_MPT3SAS
54 default "128"
55 range 16 256
56 ---help---
57 This option allows you to specify the maximum number of scatter-
58 gather entries per I/O. The driver default is 128, which matches
59 MAX_PHYS_SEGMENTS in most kernels. However in SuSE kernels this
60 can be 256. However, it may decreased down to 16. Decreasing this
61 parameter will reduce memory requirements on a per controller instance.
62
Sreekanth Reddyf92363d2012-11-30 07:44:21 +053063config SCSI_MPT3SAS_MAX_SGE
Sreekanth Reddyc84b06a2015-11-11 17:30:35 +053064 int "LSI MPT Fusion SAS 3.0 Max number of SG Entries (16 - 256)"
Sreekanth Reddyf92363d2012-11-30 07:44:21 +053065 depends on PCI && SCSI && SCSI_MPT3SAS
66 default "128"
67 range 16 256
68 ---help---
69 This option allows you to specify the maximum number of scatter-
70 gather entries per I/O. The driver default is 128, which matches
71 MAX_PHYS_SEGMENTS in most kernels. However in SuSE kernels this
72 can be 256. However, it may decreased down to 16. Decreasing this
73 parameter will reduce memory requirements on a per controller instance.
Martin K. Petersenb840c362015-11-30 20:36:08 -050074
75config SCSI_MPT2SAS
76 tristate "Legacy MPT2SAS config option"
77 default n
78 select SCSI_MPT3SAS
James Bottomley3ddda3e2015-12-02 13:36:58 -080079 depends on PCI && SCSI
Martin K. Petersenb840c362015-11-30 20:36:08 -050080 ---help---
81 Dummy config option for backwards compatiblity: configure the MPT3SAS
82 driver instead.