brintos

brintos / linux-shallow public Read only

0
0
Text · 667 B · aaa8dad Raw
25 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#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#8 9config SCSI_AIC94XX10	tristate "Adaptec AIC94xx SAS/SATA support"11	depends on PCI && HAS_IOPORT12	select SCSI_SAS_LIBSAS13	select FW_LOADER14	help15		This driver supports Adaptec's SAS/SATA 3Gb/s 64 bit PCI-X16		AIC94xx chip based host adapters.17 18config AIC94XX_DEBUG19	bool "Compile in debug mode"20	default y21	depends on SCSI_AIC94XX22	help23		Compiles the aic94xx driver in debug mode.  In debug mode,24		the driver prints some messages to the console.25