blob: cb9e4e968b601462a1b0fd7a729a73bfdf9e0723 [file] [log] [blame]
Kevin Barnett6c223762016-06-27 16:41:00 -05001#
2# Kernel configuration file for the SMARTPQI
3#
Don Brace2a712682020-08-28 16:09:22 -05004# Copyright (c) 2019-2020 Microchip Technology Inc. and its subsidiaries
Don Brace48edb872019-08-22 15:39:58 -05005# Copyright (c) 2017-2018 Microsemi Corporation
Kevin Barnett6c223762016-06-27 16:41:00 -05006# Copyright (c) 2016 Microsemi Corporation
7# Copyright (c) 2016 PMC-Sierra, Inc.
Don Brace2a712682020-08-28 16:09:22 -05008# (mailto:storagedev@microchip.com)
Kevin Barnett6c223762016-06-27 16:41:00 -05009
10# This program is free software; you can redistribute it and/or
11# modify it under the terms of the GNU General Public License
12# as published by the Free Software Foundation; version 2
13# of the License.
14
15# This program is distributed in the hope that it will be useful,
16# but WITHOUT ANY WARRANTY; without even the implied warranty of
17# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18# GNU General Public License for more details.
19
20# NO WARRANTY
21# THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR
22# CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT
23# LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT,
24# MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is
25# solely responsible for determining the appropriateness of using and
26# distributing the Program and assumes all risks associated with its
27# exercise of rights under this Agreement, including but not limited to
28# the risks and costs of program errors, damage to or loss of data,
29# programs or equipment, and unavailability or interruption of operations.
30
31# DISCLAIMER OF LIABILITY
32# NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY
33# DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
34# DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND
35# ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
36# TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
37# USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED
38# HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES
39
40config SCSI_SMARTPQI
41 tristate "Microsemi PQI Driver"
Kevin Barnett6c223762016-06-27 16:41:00 -050042 depends on PCI && SCSI && !S390
43 select SCSI_SAS_ATTRS
44 select RAID_ATTRS
Masahiro Yamadaa7f7f622020-06-14 01:50:22 +090045 help
Kevin Barnett6c223762016-06-27 16:41:00 -050046 This driver supports Microsemi PQI controllers.
47
48 <http://www.microsemi.com>
49
50 To compile this driver as a module, choose M here: the
Kevin Barnette8a31eb2016-08-31 14:55:24 -050051 module will be called smartpqi.
52
53 Note: the aacraid driver will not manage a smartpqi
54 controller. You need to enable smartpqi for smartpqi
55 controllers. For more information, please see
Mauro Carvalho Chehabff1efa72020-03-02 09:16:08 +010056 Documentation/scsi/smartpqi.rst