brintos

brintos / linux-shallow public Read only

0
0
Text · 2.4 KiB · 789460b Raw
57 lines · plain
1#2# Kernel configuration file for the SMARTPQI3#4# Copyright (c) 2019-2023 Microchip Technology Inc. and its subsidiaries5# Copyright (c) 2017-2018 Microsemi Corporation6# Copyright (c) 2016 Microsemi Corporation7# Copyright (c) 2016 PMC-Sierra, Inc.8#  (mailto:storagedev@microchip.com)9 10# This program is free software; you can redistribute it and/or11# modify it under the terms of the GNU General Public License12# as published by the Free Software Foundation; version 213# 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 of17# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the18# GNU General Public License for more details.19 20# NO WARRANTY21# THE PROGRAM IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR22# CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT23# LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT,24# MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is25# solely responsible for determining the appropriateness of using and26# distributing the Program and assumes all risks associated with its27# exercise of rights under this Agreement, including but not limited to28# 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 LIABILITY32# NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY33# DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL34# DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND35# ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR36# TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE37# USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED38# HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES39 40config SCSI_SMARTPQI41	tristate "Microchip PQI Driver"42	depends on PCI && SCSI && !S39043	select SCSI_SAS_ATTRS44	select RAID_ATTRS45	help46	This driver supports Microchip PQI controllers.47 48	<http://www.microchip.com>49 50	To compile this driver as a module, choose M here: the51	module will be called smartpqi.52 53        Note: the aacraid driver will not manage a smartpqi54              controller. You need to enable smartpqi for smartpqi55              controllers. For more information, please see56              Documentation/scsi/smartpqi.rst57