hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/drivers/scsi/hisi_sas/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 config SCSI_HISI_SAS
23 tristate "HiSilicon SAS"
34 depends on HAS_IOMEM
....@@ -5,6 +6,7 @@
56 select SCSI_SAS_LIBSAS
67 select BLK_DEV_INTEGRITY
78 depends on ATA
9
+ select SATA_HOST
810 help
911 This driver supports HiSilicon's SAS HBA, including support based
1012 on platform device
....@@ -13,5 +15,6 @@
1315 tristate "HiSilicon SAS on PCI bus"
1416 depends on SCSI_HISI_SAS
1517 depends on PCI
18
+ depends on ACPI
1619 help
1720 This driver supports HiSilicon's SAS HBA based on PCI device