# SPDX-License-Identifier: GPL-2.0-only # # 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> # config [31mCONFIG_SCSI_AIC94XX[0m tristate "Adaptec AIC94xx SAS/SATA support" depends on [31mCONFIG_PCI[0m select [31mCONFIG_SCSI_SAS_LIBSAS[0m select [31mCONFIG_FW_LOADER[0m help This driver supports Adaptec's SAS/SATA 3Gb/s 64 bit [31mCONFIG_PCI[0m-X AIC94xx chip based host adapters. config [31mCONFIG_AIC94XX_DEBUG[0m bool "Compile in debug mode" default y depends on [31mCONFIG_SCSI_AIC94XX[0m help Compiles the aic94xx driver in debug mode. In debug mode, the driver prints some messages to the console. |