34 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# Kernel configuration file for the SAS Class4#5# Copyright (C) 2005 Adaptec, Inc. All rights reserved.6# Copyright (C) 2005 Luben Tuikov <luben_tuikov@adaptec.com>7#8 9config SCSI_SAS_LIBSAS10 tristate "SAS Domain Transport Attributes"11 depends on SCSI12 select SCSI_SAS_ATTRS13 help14 This provides transport specific helpers for SAS drivers which15 use the domain device construct (like the aic94xxx).16 17config SCSI_SAS_ATA18 bool "ATA support for libsas (requires libata)"19 depends on SCSI_SAS_LIBSAS20 depends on ATA = y || ATA = SCSI_SAS_LIBSAS21 select SATA_HOST22 help23 Builds in ATA support into libsas. Will necessitate24 the loading of libata along with libsas.25 26config SCSI_SAS_HOST_SMP27 bool "Support for SMP interpretation for SAS hosts"28 default y29 depends on SCSI_SAS_LIBSAS30 help31 Allows sas hosts to receive SMP frames. Selecting this32 option builds an SMP interpreter into libsas. Say33 N here if you want to save the few kb this consumes.34