blob: 5c6a5eff2f8ee95283530347a3317f3f78710833 [file] [log] [blame]
Thomas Gleixner873e65b2019-05-27 08:55:15 +02001# SPDX-License-Identifier: GPL-2.0-only
James Bottomley2908d772006-08-29 09:22:51 -05002#
3# Kernel configuration file for the SAS Class
4#
5# Copyright (C) 2005 Adaptec, Inc. All rights reserved.
6# Copyright (C) 2005 Luben Tuikov <luben_tuikov@adaptec.com>
7#
James Bottomley2908d772006-08-29 09:22:51 -05008
9config SCSI_SAS_LIBSAS
10 tristate "SAS Domain Transport Attributes"
11 depends on SCSI
12 select SCSI_SAS_ATTRS
Christoph Hellwig651a0132017-08-25 17:37:41 +020013 select BLK_DEV_BSGLIB
James Bottomley2908d772006-08-29 09:22:51 -050014 help
15 This provides transport specific helpers for SAS drivers which
16 use the domain device construct (like the aic94xxx).
17
James Bottomleyb9142172007-07-22 13:15:55 -050018config SCSI_SAS_ATA
19 bool "ATA support for libsas (requires libata)"
James Bottomley15617ff2007-07-28 11:07:36 -040020 depends on SCSI_SAS_LIBSAS
21 depends on ATA = y || ATA = SCSI_SAS_LIBSAS
James Bottomleyb9142172007-07-22 13:15:55 -050022 help
23 Builds in ATA support into libsas. Will necessitate
24 the loading of libata along with libsas.
25
James Bottomleyb98e66f2007-12-28 16:35:17 -060026config SCSI_SAS_HOST_SMP
27 bool "Support for SMP interpretation for SAS hosts"
28 default y
29 depends on SCSI_SAS_LIBSAS
30 help
31 Allows sas hosts to receive SMP frames. Selecting this
32 option builds an SMP interpreter into libsas. Say
33 N here if you want to save the few kb this consumes.