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 132908d778SJames Bottomley help 142908d778SJames Bottomley This provides transport specific helpers for SAS drivers which 152908d778SJames Bottomley use the domain device construct (like the aic94xxx). 162908d778SJames Bottomley 17b9142174SJames Bottomleyconfig SCSI_SAS_ATA 18b9142174SJames Bottomley bool "ATA support for libsas (requires libata)" 1915617ff6SJames Bottomley depends on SCSI_SAS_LIBSAS 2015617ff6SJames Bottomley depends on ATA = y || ATA = SCSI_SAS_LIBSAS 21*bd322af1SBartlomiej Zolnierkiewicz select SATA_HOST 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