16c223761SKevin Barnett# 26c223761SKevin Barnett# Kernel configuration file for the SMARTPQI 36c223761SKevin Barnett# 46c223761SKevin Barnett# Copyright (c) 2016 Microsemi Corporation 56c223761SKevin Barnett# Copyright (c) 2016 PMC-Sierra, Inc. 66c223761SKevin Barnett# (mailto:esc.storagedev@microsemi.com) 76c223761SKevin Barnett 86c223761SKevin Barnett# This program is free software; you can redistribute it and/or 96c223761SKevin Barnett# modify it under the terms of the GNU General Public License 106c223761SKevin Barnett# as published by the Free Software Foundation; version 2 116c223761SKevin Barnett# of the License. 126c223761SKevin Barnett 136c223761SKevin Barnett# This program is distributed in the hope that it will be useful, 146c223761SKevin Barnett# but WITHOUT ANY WARRANTY; without even the implied warranty of 156c223761SKevin Barnett# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 166c223761SKevin Barnett# GNU General Public License for more details. 176c223761SKevin Barnett 186c223761SKevin Barnett# NO WARRANTY 196c223761SKevin Barnett# THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR 206c223761SKevin Barnett# CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT 216c223761SKevin Barnett# LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, 226c223761SKevin Barnett# MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is 236c223761SKevin Barnett# solely responsible for determining the appropriateness of using and 246c223761SKevin Barnett# distributing the Program and assumes all risks associated with its 256c223761SKevin Barnett# exercise of rights under this Agreement, including but not limited to 266c223761SKevin Barnett# the risks and costs of program errors, damage to or loss of data, 276c223761SKevin Barnett# programs or equipment, and unavailability or interruption of operations. 286c223761SKevin Barnett 296c223761SKevin Barnett# DISCLAIMER OF LIABILITY 306c223761SKevin Barnett# NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY 316c223761SKevin Barnett# DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 326c223761SKevin Barnett# DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND 336c223761SKevin Barnett# ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR 346c223761SKevin Barnett# TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE 356c223761SKevin Barnett# USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED 366c223761SKevin Barnett# HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES 376c223761SKevin Barnett 386c223761SKevin Barnettconfig SCSI_SMARTPQI 396c223761SKevin Barnett tristate "Microsemi PQI Driver" 406c223761SKevin Barnett depends on PCI && SCSI && !S390 416c223761SKevin Barnett select SCSI_SAS_ATTRS 426c223761SKevin Barnett select RAID_ATTRS 436c223761SKevin Barnett ---help--- 446c223761SKevin Barnett This driver supports Microsemi PQI controllers. 456c223761SKevin Barnett 466c223761SKevin Barnett <http://www.microsemi.com> 476c223761SKevin Barnett 486c223761SKevin Barnett To compile this driver as a module, choose M here: the 49e8a31ebaSKevin Barnett module will be called smartpqi. 50e8a31ebaSKevin Barnett 51e8a31ebaSKevin Barnett Note: the aacraid driver will not manage a smartpqi 52e8a31ebaSKevin Barnett controller. You need to enable smartpqi for smartpqi 53e8a31ebaSKevin Barnett controllers. For more information, please see 54e8a31ebaSKevin Barnett Documentation/scsi/smartpqi.txt 55