1071fb96bSThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only 22908d778SJames Bottomley# 32908d778SJames Bottomley# Kernel configuration file for aic94xx SAS/SATA driver. 42908d778SJames Bottomley# 52908d778SJames Bottomley# Copyright (c) 2005 Adaptec, Inc. All rights reserved. 62908d778SJames Bottomley# Copyright (c) 2005 Luben Tuikov <luben_tuikov@adaptec.com> 72908d778SJames Bottomley# 82908d778SJames Bottomley 92908d778SJames Bottomleyconfig SCSI_AIC94XX 102908d778SJames Bottomley tristate "Adaptec AIC94xx SAS/SATA support" 11*b58b2ba3SNiklas Schnelle depends on PCI && HAS_IOPORT 122908d778SJames Bottomley select SCSI_SAS_LIBSAS 13bc54ec6bSMuli Ben-Yehuda select FW_LOADER 142908d778SJames Bottomley help 152908d778SJames Bottomley This driver supports Adaptec's SAS/SATA 3Gb/s 64 bit PCI-X 162908d778SJames Bottomley AIC94xx chip based host adapters. 172908d778SJames Bottomley 182908d778SJames Bottomleyconfig AIC94XX_DEBUG 192908d778SJames Bottomley bool "Compile in debug mode" 202908d778SJames Bottomley default y 212908d778SJames Bottomley depends on SCSI_AIC94XX 222908d778SJames Bottomley help 232908d778SJames Bottomley Compiles the aic94xx driver in debug mode. In debug mode, 242908d778SJames Bottomley the driver prints some messages to the console. 25