Thomas Gleixner | 873e65b | 2019-05-27 08:55:15 +0200 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
James Bottomley | 2908d77 | 2006-08-29 09:22:51 -0500 | [diff] [blame] | 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 | # |
James Bottomley | 2908d77 | 2006-08-29 09:22:51 -0500 | [diff] [blame] | 8 | |
| 9 | config SCSI_SAS_LIBSAS |
| 10 | tristate "SAS Domain Transport Attributes" |
| 11 | depends on SCSI |
| 12 | select SCSI_SAS_ATTRS |
Christoph Hellwig | 651a013 | 2017-08-25 17:37:41 +0200 | [diff] [blame] | 13 | select BLK_DEV_BSGLIB |
James Bottomley | 2908d77 | 2006-08-29 09:22:51 -0500 | [diff] [blame] | 14 | help |
| 15 | This provides transport specific helpers for SAS drivers which |
| 16 | use the domain device construct (like the aic94xxx). |
| 17 | |
James Bottomley | b914217 | 2007-07-22 13:15:55 -0500 | [diff] [blame] | 18 | config SCSI_SAS_ATA |
| 19 | bool "ATA support for libsas (requires libata)" |
James Bottomley | 15617ff | 2007-07-28 11:07:36 -0400 | [diff] [blame] | 20 | depends on SCSI_SAS_LIBSAS |
| 21 | depends on ATA = y || ATA = SCSI_SAS_LIBSAS |
James Bottomley | b914217 | 2007-07-22 13:15:55 -0500 | [diff] [blame] | 22 | help |
| 23 | Builds in ATA support into libsas. Will necessitate |
| 24 | the loading of libata along with libsas. |
| 25 | |
James Bottomley | b98e66f | 2007-12-28 16:35:17 -0600 | [diff] [blame] | 26 | config 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. |