hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/scsi/libsas/Kconfig
....@@ -1,25 +1,9 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 #
23 # Kernel configuration file for the SAS Class
34 #
45 # Copyright (C) 2005 Adaptec, Inc. All rights reserved.
56 # 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
237 #
248
259 config SCSI_SAS_LIBSAS
....@@ -35,6 +19,7 @@
3519 bool "ATA support for libsas (requires libata)"
3620 depends on SCSI_SAS_LIBSAS
3721 depends on ATA = y || ATA = SCSI_SAS_LIBSAS
22
+ select SATA_HOST
3823 help
3924 Builds in ATA support into libsas. Will necessitate
4025 the loading of libata along with libsas.