Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

# SPDX-License-Identifier: GPL-2.0-only
#
# Kernel configuration file for the SAS Class
#
# Copyright (CONFIG_C) 2005 Adaptec, Inc.  All rights reserved.
# Copyright (CONFIG_C) 2005 Luben Tuikov <luben_tuikov@adaptec.com>
#

config CONFIG_SCSI_SAS_LIBSAS
	tristate "SAS Domain Transport Attributes"
	depends on CONFIG_SCSI
	select CONFIG_SCSI_SAS_ATTRS
	select CONFIG_BLK_DEV_BSGLIB
	help
	  This provides transport specific helpers for SAS drivers which
	  use the domain device construct (like the aic94xxx).

config CONFIG_SCSI_SAS_ATA
	bool "ATA support for libsas (requires libata)"
	depends on CONFIG_SCSI_SAS_LIBSAS
	depends on CONFIG_ATA = y || CONFIG_ATA = CONFIG_SCSI_SAS_LIBSAS
	help
		Builds in CONFIG_ATA support into libsas.  Will necessitate
		the loading of libata along with libsas.

config CONFIG_SCSI_SAS_HOST_SMP
	bool "Support for SMP interpretation for SAS hosts"
	default y
	depends on CONFIG_SCSI_SAS_LIBSAS
	help
		Allows sas hosts to receive CONFIG_SMP frames.  Selecting this
		option builds an CONFIG_SMP interpreter into libsas.  Say
		N here if you want to save the few kb this consumes.