Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c142ce0d authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Martin K. Petersen
Browse files

hisi_sas: Restrict SCSI_HISI_SAS to arm64



The HiSilicon SAS HBA is available in HiSilicon arm64 SoCs only.
Restrict it to arm64, unless compile-testing.

Signed-off-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
Reviewed-by: default avatarJohn Garry <john.garry@huawei.com>
Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent fb7a6ae7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
config SCSI_HISI_SAS
	tristate "HiSilicon SAS"
	depends on HAS_DMA
	depends on ARM64 || COMPILE_TEST
	select SCSI_SAS_LIBSAS
	select BLK_DEV_INTEGRITY
	help