mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 00:48:50 +00:00
bc54ec6b07
aic94xx relies on external firmware and thus requires FW_LOADER. Signed-off-by: Muli Ben-Yehuda <muli@il.ibm.com> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
42 lines
1.3 KiB
Text
42 lines
1.3 KiB
Text
#
|
|
# 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>
|
|
#
|
|
# 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
|
|
#
|
|
#
|
|
|
|
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.
|