RT-AC66 3.0.0.4.374.130 core
[tomato.git] / release / src-rt-6.x / linux / linux-2.6 / drivers / scsi / libsas / Kconfig
blobaafdc92f83123a2611a92db295bf10ee571c55cc
2 # Kernel configuration file for the SAS Class
4 # Copyright (C) 2005 Adaptec, Inc.  All rights reserved.
5 # Copyright (C) 2005 Luben Tuikov <luben_tuikov@adaptec.com>
7 # This file is licensed under GPLv2.
9 # This program is free software; you can redistribute it and/or
10 # modify it under the terms of the GNU General Public License as
11 # published by the Free Software Foundation; version 2 of the
12 # License.
14 # This program is distributed in the hope that it will be useful,
15 # but WITHOUT ANY WARRANTY; without even the implied warranty of
16 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
17 # General Public License for more details.
19 # You should have received a copy of the GNU General Public License
20 # along with this program; if not, write to the Free Software
21 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
22 # USA
25 config SCSI_SAS_LIBSAS
26         tristate "SAS Domain Transport Attributes"
27         depends on SCSI
28         select SCSI_SAS_ATTRS
29         help
30           This provides transport specific helpers for SAS drivers which
31           use the domain device construct (like the aic94xxx).
33 config SCSI_SAS_LIBSAS_DEBUG
34         bool "Compile the SAS Domain Transport Attributes in debug mode"
35         default y
36         depends on SCSI_SAS_LIBSAS
37         help
38                 Compiles the SAS Layer in debug mode.  In debug mode, the
39                 SAS Layer prints diagnostic and debug messages.