From: Geert Uytterhoeven Date: Fri, 15 Jan 2016 13:39:09 +0000 (+0100) Subject: hisi_sas: Restrict SCSI_HISI_SAS to arm64 X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=c142ce0d3c6b070c248cef4bbe3a0f58cfd61f3f;p=openwrt%2Fstaging%2Fblogic.git 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 Reviewed-by: John Garry Signed-off-by: Martin K. Petersen --- 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