blob: 71931c371b1cff1744018a657c60eacfb01f8d5b [file] [log] [blame]
Thomas Gleixner071fb962019-06-04 10:10:51 +02001# SPDX-License-Identifier: GPL-2.0-only
James Bottomley2908d772006-08-29 09:22:51 -05002#
3# Kernel configuration file for aic94xx SAS/SATA driver.
4#
5# Copyright (c) 2005 Adaptec, Inc. All rights reserved.
6# Copyright (c) 2005 Luben Tuikov <luben_tuikov@adaptec.com>
7#
James Bottomley2908d772006-08-29 09:22:51 -05008
9config SCSI_AIC94XX
10 tristate "Adaptec AIC94xx SAS/SATA support"
11 depends on PCI
12 select SCSI_SAS_LIBSAS
Muli Ben-Yehudabc54ec6b2006-09-25 17:10:19 +030013 select FW_LOADER
James Bottomley2908d772006-08-29 09:22:51 -050014 help
15 This driver supports Adaptec's SAS/SATA 3Gb/s 64 bit PCI-X
16 AIC94xx chip based host adapters.
17
18config AIC94XX_DEBUG
19 bool "Compile in debug mode"
20 default y
21 depends on SCSI_AIC94XX
22 help
23 Compiles the aic94xx driver in debug mode. In debug mode,
24 the driver prints some messages to the console.