27 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config SCSI_HISI_SAS3 tristate "HiSilicon SAS"4 depends on HAS_IOMEM5 depends on ARM64 || COMPILE_TEST6 select SCSI_SAS_LIBSAS7 select BLK_DEV_INTEGRITY8 depends on ATA9 select SATA_HOST10 help11 This driver supports HiSilicon's SAS HBA, including support based12 on platform device13 14config SCSI_HISI_SAS_PCI15 tristate "HiSilicon SAS on PCI bus"16 depends on SCSI_HISI_SAS17 depends on PCI18 depends on ACPI19 help20 This driver supports HiSilicon's SAS HBA based on PCI device21 22config SCSI_HISI_SAS_DEBUGFS_DEFAULT_ENABLE23 bool "HiSilicon SAS debugging default enable"24 depends on SCSI_HISI_SAS25 help26 Set Y to default enable DEBUGFS for SCSI_HISI_SAS27