^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) # SPDX-License-Identifier: GPL-2.0-only
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2) #
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) # Kernel configuration file for aic94xx SAS/SATA driver.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4) #
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5) # Copyright (c) 2005 Adaptec, Inc. All rights reserved.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6) # Copyright (c) 2005 Luben Tuikov <luben_tuikov@adaptec.com>
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) #
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9) config SCSI_AIC94XX
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) tristate "Adaptec AIC94xx SAS/SATA support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) depends on PCI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) select SCSI_SAS_LIBSAS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) select FW_LOADER
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) This driver supports Adaptec's SAS/SATA 3Gb/s 64 bit PCI-X
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) AIC94xx chip based host adapters.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) config AIC94XX_DEBUG
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) bool "Compile in debug mode"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) default y
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) depends on SCSI_AIC94XX
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) Compiles the aic94xx driver in debug mode. In debug mode,
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) the driver prints some messages to the console.