mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-13 00:29:50 +00:00
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: Geert Uytterhoeven <geert@linux-m68k.org> Reviewed-by: John Garry <john.garry@huawei.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
parent
fb7a6ae755
commit
c142ce0d3c
@ -1,6 +1,7 @@
|
|||||||
config SCSI_HISI_SAS
|
config SCSI_HISI_SAS
|
||||||
tristate "HiSilicon SAS"
|
tristate "HiSilicon SAS"
|
||||||
depends on HAS_DMA
|
depends on HAS_DMA
|
||||||
|
depends on ARM64 || COMPILE_TEST
|
||||||
select SCSI_SAS_LIBSAS
|
select SCSI_SAS_LIBSAS
|
||||||
select BLK_DEV_INTEGRITY
|
select BLK_DEV_INTEGRITY
|
||||||
help
|
help
|
||||||
|
Loading…
x
Reference in New Issue
Block a user