Thomas Gleixner | 071fb96 | 2019-06-04 10:10:51 +0200 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
James Bottomley | 2908d77 | 2006-08-29 09:22:51 -0500 | [diff] [blame] | 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 | # |
James Bottomley | 2908d77 | 2006-08-29 09:22:51 -0500 | [diff] [blame] | 8 | |
| 9 | config SCSI_AIC94XX |
| 10 | tristate "Adaptec AIC94xx SAS/SATA support" |
| 11 | depends on PCI |
| 12 | select SCSI_SAS_LIBSAS |
Muli Ben-Yehuda | bc54ec6b | 2006-09-25 17:10:19 +0300 | [diff] [blame] | 13 | select FW_LOADER |
James Bottomley | 2908d77 | 2006-08-29 09:22:51 -0500 | [diff] [blame] | 14 | help |
| 15 | This driver supports Adaptec's SAS/SATA 3Gb/s 64 bit PCI-X |
| 16 | AIC94xx chip based host adapters. |
| 17 | |
| 18 | config 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. |