xref: /linux/drivers/scsi/libsas/Kconfig (revision 873e65bc09078e56eaa51af2c9c60da2fad6fdbf)
1*873e65bcSThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
22908d778SJames Bottomley#
32908d778SJames Bottomley# Kernel configuration file for the SAS Class
42908d778SJames Bottomley#
52908d778SJames Bottomley# Copyright (C) 2005 Adaptec, Inc.  All rights reserved.
62908d778SJames Bottomley# Copyright (C) 2005 Luben Tuikov <luben_tuikov@adaptec.com>
72908d778SJames Bottomley#
82908d778SJames Bottomley
92908d778SJames Bottomleyconfig SCSI_SAS_LIBSAS
102908d778SJames Bottomley	tristate "SAS Domain Transport Attributes"
112908d778SJames Bottomley	depends on SCSI
122908d778SJames Bottomley	select SCSI_SAS_ATTRS
13651a0136SChristoph Hellwig	select BLK_DEV_BSGLIB
142908d778SJames Bottomley	help
152908d778SJames Bottomley	  This provides transport specific helpers for SAS drivers which
162908d778SJames Bottomley	  use the domain device construct (like the aic94xxx).
172908d778SJames Bottomley
18b9142174SJames Bottomleyconfig SCSI_SAS_ATA
19b9142174SJames Bottomley	bool "ATA support for libsas (requires libata)"
2015617ff6SJames Bottomley	depends on SCSI_SAS_LIBSAS
2115617ff6SJames Bottomley	depends on ATA = y || ATA = SCSI_SAS_LIBSAS
22b9142174SJames Bottomley	help
23b9142174SJames Bottomley		Builds in ATA support into libsas.  Will necessitate
24b9142174SJames Bottomley		the loading of libata along with libsas.
25b9142174SJames Bottomley
26b98e66faSJames Bottomleyconfig SCSI_SAS_HOST_SMP
27b98e66faSJames Bottomley	bool "Support for SMP interpretation for SAS hosts"
28b98e66faSJames Bottomley	default y
29b98e66faSJames Bottomley	depends on SCSI_SAS_LIBSAS
30b98e66faSJames Bottomley	help
31b98e66faSJames Bottomley		Allows sas hosts to receive SMP frames.  Selecting this
32b98e66faSJames Bottomley		option builds an SMP interpreter into libsas.  Say
33b98e66faSJames Bottomley		N here if you want to save the few kb this consumes.
34