xref: /linux/drivers/scsi/libsas/Kconfig (revision bd322af15ce970737c9b71fe2f368fea63ae70b9)
1873e65bcSThomas 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
22*bd322af1SBartlomiej Zolnierkiewicz	select SATA_HOST
23b9142174SJames Bottomley	help
24b9142174SJames Bottomley		Builds in ATA support into libsas.  Will necessitate
25b9142174SJames Bottomley		the loading of libata along with libsas.
26b9142174SJames Bottomley
27b98e66faSJames Bottomleyconfig SCSI_SAS_HOST_SMP
28b98e66faSJames Bottomley	bool "Support for SMP interpretation for SAS hosts"
29b98e66faSJames Bottomley	default y
30b98e66faSJames Bottomley	depends on SCSI_SAS_LIBSAS
31b98e66faSJames Bottomley	help
32b98e66faSJames Bottomley		Allows sas hosts to receive SMP frames.  Selecting this
33b98e66faSJames Bottomley		option builds an SMP interpreter into libsas.  Say
34b98e66faSJames Bottomley		N here if you want to save the few kb this consumes.
35