cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

Kconfig (653B)


      1# SPDX-License-Identifier: GPL-2.0-only
      2#
      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_AIC94XX
     10	tristate "Adaptec AIC94xx SAS/SATA support"
     11	depends on PCI
     12	select SCSI_SAS_LIBSAS
     13	select FW_LOADER
     14	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.