xref: /openbmc/linux/drivers/scsi/aic94xx/Kconfig (revision 2908d778)
1*2908d778SJames Bottomley#
2*2908d778SJames Bottomley# Kernel configuration file for aic94xx SAS/SATA driver.
3*2908d778SJames Bottomley#
4*2908d778SJames Bottomley# Copyright (c) 2005 Adaptec, Inc.  All rights reserved.
5*2908d778SJames Bottomley# Copyright (c) 2005 Luben Tuikov <luben_tuikov@adaptec.com>
6*2908d778SJames Bottomley#
7*2908d778SJames Bottomley# This file is licensed under GPLv2.
8*2908d778SJames Bottomley#
9*2908d778SJames Bottomley# This file is part of the aic94xx driver.
10*2908d778SJames Bottomley#
11*2908d778SJames Bottomley# The aic94xx driver is free software; you can redistribute it and/or
12*2908d778SJames Bottomley# modify it under the terms of the GNU General Public License as
13*2908d778SJames Bottomley# published by the Free Software Foundation; version 2 of the
14*2908d778SJames Bottomley# License.
15*2908d778SJames Bottomley#
16*2908d778SJames Bottomley# The aic94xx driver is distributed in the hope that it will be useful,
17*2908d778SJames Bottomley# but WITHOUT ANY WARRANTY; without even the implied warranty of
18*2908d778SJames Bottomley# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
19*2908d778SJames Bottomley# General Public License for more details.
20*2908d778SJames Bottomley#
21*2908d778SJames Bottomley# You should have received a copy of the GNU General Public License
22*2908d778SJames Bottomley# along with Aic94xx Driver; if not, write to the Free Software
23*2908d778SJames Bottomley# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
24*2908d778SJames Bottomley#
25*2908d778SJames Bottomley#
26*2908d778SJames Bottomley
27*2908d778SJames Bottomleyconfig SCSI_AIC94XX
28*2908d778SJames Bottomley	tristate "Adaptec AIC94xx SAS/SATA support"
29*2908d778SJames Bottomley	depends on PCI
30*2908d778SJames Bottomley	select SCSI_SAS_LIBSAS
31*2908d778SJames Bottomley	help
32*2908d778SJames Bottomley		This driver supports Adaptec's SAS/SATA 3Gb/s 64 bit PCI-X
33*2908d778SJames Bottomley		AIC94xx chip based host adapters.
34*2908d778SJames Bottomley
35*2908d778SJames Bottomleyconfig AIC94XX_DEBUG
36*2908d778SJames Bottomley	bool "Compile in debug mode"
37*2908d778SJames Bottomley	default y
38*2908d778SJames Bottomley	depends on SCSI_AIC94XX
39*2908d778SJames Bottomley	help
40*2908d778SJames Bottomley		Compiles the aic94xx driver in debug mode.  In debug mode,
41*2908d778SJames Bottomley		the driver prints some messages to the console.
42