Kconfig (cf40a76e7d5874bb25f4404eecc58a2e033af885) Kconfig (873e65bc09078e56eaa51af2c9c60da2fad6fdbf)
1# SPDX-License-Identifier: GPL-2.0-only
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#
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#
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 select BLK_DEV_BSGLIB
30 help
31 This provides transport specific helpers for SAS drivers which

--- 18 unchanged lines hidden ---
8
9config SCSI_SAS_LIBSAS
10 tristate "SAS Domain Transport Attributes"
11 depends on SCSI
12 select SCSI_SAS_ATTRS
13 select BLK_DEV_BSGLIB
14 help
15 This provides transport specific helpers for SAS drivers which

--- 18 unchanged lines hidden ---