smartpqi: initial commit of Microsemi smartpqi driver
[deliverable/linux.git] / drivers / scsi / smartpqi / Kconfig
1 #
2 # Kernel configuration file for the SMARTPQI
3 #
4 # Copyright (c) 2016 Microsemi Corporation
5 # Copyright (c) 2016 PMC-Sierra, Inc.
6 # (mailto:esc.storagedev@microsemi.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; version 2
11 # of the License.
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 config SCSI_SMARTPQI
39 tristate "Microsemi PQI Driver"
40 default n
41 depends on PCI && SCSI && !S390
42 select SCSI_SAS_ATTRS
43 select RAID_ATTRS
44 ---help---
45 This driver supports Microsemi PQI controllers.
46
47 <http://www.microsemi.com>
48
49 To compile this driver as a module, choose M here: the
50 module will be called smartpqi
This page took 0.038301 seconds and 5 git commands to generate.