From: Zhao Chen Date: Wed, 18 Apr 2018 10:07:39 +0000 (-0400) Subject: net-next/hinic: add arm64 support X-Git-Tag: v4.18-rc1~114^2~434 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=292eba02dbb4c41da840e462e51ee97d80d873d1;p=uclinux-h8%2Flinux.git net-next/hinic: add arm64 support This patch enables arm64 platform support for the HINIC driver. Signed-off-by: Zhao Chen Signed-off-by: David S. Miller --- diff --git a/drivers/net/ethernet/huawei/hinic/Kconfig b/drivers/net/ethernet/huawei/hinic/Kconfig index 08db24954f7e..e4e8b24c1a5d 100644 --- a/drivers/net/ethernet/huawei/hinic/Kconfig +++ b/drivers/net/ethernet/huawei/hinic/Kconfig @@ -4,7 +4,7 @@ config HINIC tristate "Huawei Intelligent PCIE Network Interface Card" - depends on (PCI_MSI && X86) + depends on (PCI_MSI && (X86 || ARM64)) ---help--- This driver supports HiNIC PCIE Ethernet cards. To compile this driver as part of the kernel, choose Y here.