swh:1:snp:49cd9498d6cccc5e78252c27dcb645bcf7bf0c91
Raw File
Tip revision: 7111951b8d4973bda27ff663f2cf18b663d15b48 authored by Linus Torvalds on 29 March 2020, 22:25:41 UTC
Linux 5.6
Tip revision: 7111951
Kconfig
# SPDX-License-Identifier: GPL-2.0-only
config SCSI_HISI_SAS
	tristate "HiSilicon SAS"
	depends on HAS_IOMEM
	depends on ARM64 || COMPILE_TEST
	select SCSI_SAS_LIBSAS
	select BLK_DEV_INTEGRITY
	depends on ATA
	help
		This driver supports HiSilicon's SAS HBA, including support based
		on platform device

config SCSI_HISI_SAS_PCI
	tristate "HiSilicon SAS on PCI bus"
	depends on SCSI_HISI_SAS
	depends on PCI
	help
		This driver supports HiSilicon's SAS HBA based on PCI device
back to top