1 # SPDX-License-Identifier: GPL-2.0-only
3 # Kernel configuration file for the SAS Class
5 # Copyright (C) 2005 Adaptec, Inc. All rights reserved.
6 # Copyright (C) 2005 Luben Tuikov <luben_tuikov@adaptec.com>
10 tristate "SAS Domain Transport Attributes"
15 This provides transport specific helpers for SAS drivers which
16 use the domain device construct (like the aic94xxx).
19 bool "ATA support for libsas (requires libata)"
20 depends on SCSI_SAS_LIBSAS
21 depends on ATA = y || ATA = SCSI_SAS_LIBSAS
24 Builds in ATA support into libsas. Will necessitate
25 the loading of libata along with libsas.
27 config SCSI_SAS_HOST_SMP
28 bool "Support for SMP interpretation for SAS hosts"
30 depends on SCSI_SAS_LIBSAS
32 Allows sas hosts to receive SMP frames. Selecting this
33 option builds an SMP interpreter into libsas. Say
34 N here if you want to save the few kb this consumes.