diff options
author | Geert Uytterhoeven <[email protected]> | 2016-01-15 14:39:09 +0100 |
---|---|---|
committer | Martin K. Petersen <[email protected]> | 2016-01-20 19:51:04 -0500 |
commit | c142ce0d3c6b070c248cef4bbe3a0f58cfd61f3f (patch) | |
tree | 6ed0682d2821f11daa113017c92a56cd8af89a0c | |
parent | fb7a6ae7554f15b5b0b7f31b02ed4ef40a8c2eb6 (diff) |
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 <[email protected]>
Reviewed-by: John Garry <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
-rw-r--r-- | drivers/scsi/hisi_sas/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/hisi_sas/Kconfig b/drivers/scsi/hisi_sas/Kconfig index 2c05021636a5..b67661836c9f 100644 --- a/drivers/scsi/hisi_sas/Kconfig +++ b/drivers/scsi/hisi_sas/Kconfig @@ -1,6 +1,7 @@ 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 |