kernel/drivers/scsi/hisi_sas/Kconfig
.. .. @@ -1,3 +1,4 @@ 1 +# SPDX-License-Identifier: GPL-2.0-only1 2 config SCSI_HISI_SAS 2 3 tristate "HiSilicon SAS" 3 4 depends on HAS_IOMEM .. .. @@ -5,6 +6,7 @@ 5 6 select SCSI_SAS_LIBSAS 6 7 select BLK_DEV_INTEGRITY 7 8 depends on ATA 9 + select SATA_HOST8 10 help 9 11 This driver supports HiSilicon's SAS HBA, including support based 10 12 on platform device .. .. @@ -13,5 +15,6 @@ 13 15 tristate "HiSilicon SAS on PCI bus" 14 16 depends on SCSI_HISI_SAS 15 17 depends on PCI 18 + depends on ACPI16 19 help 17 20 This driver supports HiSilicon's SAS HBA based on PCI device