xref: /openbmc/linux/drivers/scsi/hisi_sas/Kconfig (revision ba61bb17)
1config SCSI_HISI_SAS
2	tristate "HiSilicon SAS"
3	depends on HAS_IOMEM
4	depends on ARM64 || COMPILE_TEST
5	select SCSI_SAS_LIBSAS
6	select BLK_DEV_INTEGRITY
7	depends on ATA
8	help
9		This driver supports HiSilicon's SAS HBA, including support based
10		on platform device
11
12config SCSI_HISI_SAS_PCI
13	tristate "HiSilicon SAS on PCI bus"
14	depends on SCSI_HISI_SAS
15	depends on PCI
16	help
17		This driver supports HiSilicon's SAS HBA based on PCI device
18