Skip to content

Commit

Permalink
hisi_sas: Restrict SCSI_HISI_SAS to arm64
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
geertu authored and martinkpetersen committed Jan 21, 2016
1 parent fb7a6ae commit c142ce0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/scsi/hisi_sas/Kconfig
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit c142ce0

Please sign in to comment.