Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1312054

Re: [PATCH 2/2] hisi_sas: Restrict SCSI_HISI_SAS to arm64

From John Garry <john.garry@huawei.com>
Newsgroups linux.kernel
Subject Re: [PATCH 2/2] hisi_sas: Restrict SCSI_HISI_SAS to arm64
Date 2016-01-19 11:00 +0100
Message-ID <qSBeW-5Y1-11@gated-at.bofh.it> (permalink)
References <qRcLE-6Jg-15@gated-at.bofh.it> <qRcLE-6Jg-23@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On 15/01/2016 13:39, Geert Uytterhoeven wrote:
> 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>
> ---
>   drivers/scsi/hisi_sas/Kconfig | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/drivers/scsi/hisi_sas/Kconfig b/drivers/scsi/hisi_sas/Kconfig
> index 2c05021636a5fea6..b67661836c9fa26f 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
>

Reviewed-by: John Garry <john.garry@huawei.com>

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 1/2] hisi_sas: SCSI_HISI_SAS should depend on HAS_DMA Geert Uytterhoeven <geert@linux-m68k.org> - 2016-01-15 14:40 +0100
  [PATCH 2/2] hisi_sas: Restrict SCSI_HISI_SAS to arm64 Geert Uytterhoeven <geert@linux-m68k.org> - 2016-01-15 14:40 +0100
    Re: [PATCH 2/2] hisi_sas: Restrict SCSI_HISI_SAS to arm64 John Garry <john.garry@huawei.com> - 2016-01-19 11:00 +0100
    Re: [PATCH 2/2] hisi_sas: Restrict SCSI_HISI_SAS to arm64 "Martin K. Petersen" <martin.petersen@oracle.com> - 2016-01-20 02:30 +0100
  Re: [PATCH 1/2] hisi_sas: SCSI_HISI_SAS should depend on HAS_DMA John Garry <john.garry@huawei.com> - 2016-01-19 10:50 +0100
  Re: [PATCH 1/2] hisi_sas: SCSI_HISI_SAS should depend on HAS_DMA "Martin K. Petersen" <martin.petersen@oracle.com> - 2016-01-20 02:40 +0100

csiph-web