1*6c223761SKevin Barnett# 2*6c223761SKevin Barnett# Kernel configuration file for the SMARTPQI 3*6c223761SKevin Barnett# 4*6c223761SKevin Barnett# Copyright (c) 2016 Microsemi Corporation 5*6c223761SKevin Barnett# Copyright (c) 2016 PMC-Sierra, Inc. 6*6c223761SKevin Barnett# (mailto:esc.storagedev@microsemi.com) 7*6c223761SKevin Barnett 8*6c223761SKevin Barnett# This program is free software; you can redistribute it and/or 9*6c223761SKevin Barnett# modify it under the terms of the GNU General Public License 10*6c223761SKevin Barnett# as published by the Free Software Foundation; version 2 11*6c223761SKevin Barnett# of the License. 12*6c223761SKevin Barnett 13*6c223761SKevin Barnett# This program is distributed in the hope that it will be useful, 14*6c223761SKevin Barnett# but WITHOUT ANY WARRANTY; without even the implied warranty of 15*6c223761SKevin Barnett# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16*6c223761SKevin Barnett# GNU General Public License for more details. 17*6c223761SKevin Barnett 18*6c223761SKevin Barnett# NO WARRANTY 19*6c223761SKevin Barnett# THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR 20*6c223761SKevin Barnett# CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT 21*6c223761SKevin Barnett# LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, 22*6c223761SKevin Barnett# MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is 23*6c223761SKevin Barnett# solely responsible for determining the appropriateness of using and 24*6c223761SKevin Barnett# distributing the Program and assumes all risks associated with its 25*6c223761SKevin Barnett# exercise of rights under this Agreement, including but not limited to 26*6c223761SKevin Barnett# the risks and costs of program errors, damage to or loss of data, 27*6c223761SKevin Barnett# programs or equipment, and unavailability or interruption of operations. 28*6c223761SKevin Barnett 29*6c223761SKevin Barnett# DISCLAIMER OF LIABILITY 30*6c223761SKevin Barnett# NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY 31*6c223761SKevin Barnett# DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 32*6c223761SKevin Barnett# DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND 33*6c223761SKevin Barnett# ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR 34*6c223761SKevin Barnett# TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE 35*6c223761SKevin Barnett# USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED 36*6c223761SKevin Barnett# HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES 37*6c223761SKevin Barnett 38*6c223761SKevin Barnettconfig SCSI_SMARTPQI 39*6c223761SKevin Barnett tristate "Microsemi PQI Driver" 40*6c223761SKevin Barnett default n 41*6c223761SKevin Barnett depends on PCI && SCSI && !S390 42*6c223761SKevin Barnett select SCSI_SAS_ATTRS 43*6c223761SKevin Barnett select RAID_ATTRS 44*6c223761SKevin Barnett ---help--- 45*6c223761SKevin Barnett This driver supports Microsemi PQI controllers. 46*6c223761SKevin Barnett 47*6c223761SKevin Barnett <http://www.microsemi.com> 48*6c223761SKevin Barnett 49*6c223761SKevin Barnett To compile this driver as a module, choose M here: the 50*6c223761SKevin Barnett module will be called smartpqi 51