Linux Audio

Check our new training course

Loading...
v3.1
 
 1#
 2# Kernel configuration file for the SAS Class
 3#
 4# Copyright (C) 2005 Adaptec, Inc.  All rights reserved.
 5# Copyright (C) 2005 Luben Tuikov <luben_tuikov@adaptec.com>
 6#
 7# This file is licensed under GPLv2.
 8#
 9# This program is free software; you can redistribute it and/or
10# modify it under the terms of the GNU General Public License as
11# published by the Free Software Foundation; version 2 of the
12# License.
13#
14# This program is distributed in the hope that it will be useful,
15# but WITHOUT ANY WARRANTY; without even the implied warranty of
16# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
17# General Public License for more details.
18#
19# You should have received a copy of the GNU General Public License
20# along with this program; if not, write to the Free Software
21# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
22# USA
23#
24
25config SCSI_SAS_LIBSAS
26	tristate "SAS Domain Transport Attributes"
27	depends on SCSI
28	select SCSI_SAS_ATTRS
29	help
30	  This provides transport specific helpers for SAS drivers which
31	  use the domain device construct (like the aic94xxx).
32
33config SCSI_SAS_ATA
34	bool "ATA support for libsas (requires libata)"
35	depends on SCSI_SAS_LIBSAS
36	depends on ATA = y || ATA = SCSI_SAS_LIBSAS
 
37	help
38		Builds in ATA support into libsas.  Will necessitate
39		the loading of libata along with libsas.
40
41config SCSI_SAS_HOST_SMP
42	bool "Support for SMP interpretation for SAS hosts"
43	default y
44	depends on SCSI_SAS_LIBSAS
45	help
46		Allows sas hosts to receive SMP frames.  Selecting this
47		option builds an SMP interpreter into libsas.  Say
48		N here if you want to save the few kb this consumes.
v6.2
 1# SPDX-License-Identifier: GPL-2.0-only
 2#
 3# Kernel configuration file for the SAS Class
 4#
 5# Copyright (C) 2005 Adaptec, Inc.  All rights reserved.
 6# Copyright (C) 2005 Luben Tuikov <luben_tuikov@adaptec.com>
 7#
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 8
 9config SCSI_SAS_LIBSAS
10	tristate "SAS Domain Transport Attributes"
11	depends on SCSI
12	select SCSI_SAS_ATTRS
13	help
14	  This provides transport specific helpers for SAS drivers which
15	  use the domain device construct (like the aic94xxx).
16
17config SCSI_SAS_ATA
18	bool "ATA support for libsas (requires libata)"
19	depends on SCSI_SAS_LIBSAS
20	depends on ATA = y || ATA = SCSI_SAS_LIBSAS
21	select SATA_HOST
22	help
23		Builds in ATA support into libsas.  Will necessitate
24		the loading of libata along with libsas.
25
26config SCSI_SAS_HOST_SMP
27	bool "Support for SMP interpretation for SAS hosts"
28	default y
29	depends on SCSI_SAS_LIBSAS
30	help
31		Allows sas hosts to receive SMP frames.  Selecting this
32		option builds an SMP interpreter into libsas.  Say
33		N here if you want to save the few kb this consumes.