drm/tests: hdmi: Fix memory leaks in drm_display_mode_from_cea_vic()
[drm/drm-misc.git] / drivers / scsi / aic94xx / Kconfig
blobaaa8dadc6e1cd0a30f7d3f42edbb2fd7a4dc3591
1 # SPDX-License-Identifier: GPL-2.0-only
3 # Kernel configuration file for aic94xx SAS/SATA driver.
5 # Copyright (c) 2005 Adaptec, Inc.  All rights reserved.
6 # Copyright (c) 2005 Luben Tuikov <luben_tuikov@adaptec.com>
9 config SCSI_AIC94XX
10         tristate "Adaptec AIC94xx SAS/SATA support"
11         depends on PCI && HAS_IOPORT
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.
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.