diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2016-01-15 08:39:09 -0500 |
---|---|---|
committer | Martin K. Petersen <martin.petersen@oracle.com> | 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 <geert@linux-m68k.org>
Reviewed-by: John Garry <john.garry@huawei.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
-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 @@ | |||
1 | config SCSI_HISI_SAS | 1 | config SCSI_HISI_SAS |
2 | tristate "HiSilicon SAS" | 2 | tristate "HiSilicon SAS" |
3 | depends on HAS_DMA | 3 | depends on HAS_DMA |
4 | depends on ARM64 || COMPILE_TEST | ||
4 | select SCSI_SAS_LIBSAS | 5 | select SCSI_SAS_LIBSAS |
5 | select BLK_DEV_INTEGRITY | 6 | select BLK_DEV_INTEGRITY |
6 | help | 7 | help |