mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
071fb96b83
Based on 2 normalized pattern(s): this file is licensed under gplv2 this file is part of the [aic94xx] driver the [aic94xx] driver is free software you can redistribute it and or modify it under the terms of the gnu general public license as published by the free software foundation version 2 of the license the [aic94xx] driver is distributed in the hope that it will be useful but without any warranty without even the implied warranty of merchantability or fitness for a particular purpose see the gnu general public license for more details you should have received a copy of the gnu general public license along with [aic94xx] driver if not write to the free software foundation inc 51 franklin st fifth floor boston ma 02110 1301 usa this file is licensed under gplv2 this file is part of the [88se64xx] [88se94xx] driver the [88se64xx] [88se94xx] driver is free software you can redistribute it and or modify it under the terms of the gnu general public license as published by the free software foundation version 2 of the license the [88se64xx] [88se94xx] driver is distributed in the hope that it will be useful but without any warranty without even the implied warranty of merchantability or fitness for a particular purpose see the gnu general public license for more details you should have received a copy of the gnu general public license along with [88se64xx] [88se94xx] driver if not write to the free software foundation inc 51 franklin st fifth floor boston ma 02110 1301 usa extracted by the scancode license scanner the SPDX license identifier GPL-2.0-only has been chosen to replace the boilerplate/reference in 2 file(s). Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Allison Randal <allison@lohutok.net> Reviewed-by: Enrico Weigelt <info@metux.net> Cc: linux-spdx@vger.kernel.org Link: https://lkml.kernel.org/r/20190604081201.638289549@linutronix.de Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
24 lines
653 B
Text
24 lines
653 B
Text
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Kernel configuration file for aic94xx SAS/SATA driver.
|
|
#
|
|
# Copyright (c) 2005 Adaptec, Inc. All rights reserved.
|
|
# Copyright (c) 2005 Luben Tuikov <luben_tuikov@adaptec.com>
|
|
#
|
|
|
|
config SCSI_AIC94XX
|
|
tristate "Adaptec AIC94xx SAS/SATA support"
|
|
depends on PCI
|
|
select SCSI_SAS_LIBSAS
|
|
select FW_LOADER
|
|
help
|
|
This driver supports Adaptec's SAS/SATA 3Gb/s 64 bit PCI-X
|
|
AIC94xx chip based host adapters.
|
|
|
|
config AIC94XX_DEBUG
|
|
bool "Compile in debug mode"
|
|
default y
|
|
depends on SCSI_AIC94XX
|
|
help
|
|
Compiles the aic94xx driver in debug mode. In debug mode,
|
|
the driver prints some messages to the console.
|