xref: /openbmc/linux/drivers/scsi/aic94xx/Kconfig (revision bc54ec6b)
12908d778SJames Bottomley#
22908d778SJames Bottomley# Kernel configuration file for aic94xx SAS/SATA driver.
32908d778SJames Bottomley#
42908d778SJames Bottomley# Copyright (c) 2005 Adaptec, Inc.  All rights reserved.
52908d778SJames Bottomley# Copyright (c) 2005 Luben Tuikov <luben_tuikov@adaptec.com>
62908d778SJames Bottomley#
72908d778SJames Bottomley# This file is licensed under GPLv2.
82908d778SJames Bottomley#
92908d778SJames Bottomley# This file is part of the aic94xx driver.
102908d778SJames Bottomley#
112908d778SJames Bottomley# The aic94xx driver is free software; you can redistribute it and/or
122908d778SJames Bottomley# modify it under the terms of the GNU General Public License as
132908d778SJames Bottomley# published by the Free Software Foundation; version 2 of the
142908d778SJames Bottomley# License.
152908d778SJames Bottomley#
162908d778SJames Bottomley# The aic94xx driver is distributed in the hope that it will be useful,
172908d778SJames Bottomley# but WITHOUT ANY WARRANTY; without even the implied warranty of
182908d778SJames Bottomley# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
192908d778SJames Bottomley# General Public License for more details.
202908d778SJames Bottomley#
212908d778SJames Bottomley# You should have received a copy of the GNU General Public License
222908d778SJames Bottomley# along with Aic94xx Driver; if not, write to the Free Software
232908d778SJames Bottomley# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
242908d778SJames Bottomley#
252908d778SJames Bottomley#
262908d778SJames Bottomley
272908d778SJames Bottomleyconfig SCSI_AIC94XX
282908d778SJames Bottomley	tristate "Adaptec AIC94xx SAS/SATA support"
292908d778SJames Bottomley	depends on PCI
302908d778SJames Bottomley	select SCSI_SAS_LIBSAS
31bc54ec6bSMuli Ben-Yehuda	select FW_LOADER
322908d778SJames Bottomley	help
332908d778SJames Bottomley		This driver supports Adaptec's SAS/SATA 3Gb/s 64 bit PCI-X
342908d778SJames Bottomley		AIC94xx chip based host adapters.
352908d778SJames Bottomley
362908d778SJames Bottomleyconfig AIC94XX_DEBUG
372908d778SJames Bottomley	bool "Compile in debug mode"
382908d778SJames Bottomley	default y
392908d778SJames Bottomley	depends on SCSI_AIC94XX
402908d778SJames Bottomley	help
412908d778SJames Bottomley		Compiles the aic94xx driver in debug mode.  In debug mode,
422908d778SJames Bottomley		the driver prints some messages to the console.
43