Эх сурвалжийг харах

net-next/hinic: add arm64 support

This patch enables arm64 platform support for the HINIC driver.

Signed-off-by: Zhao Chen <zhaochen6@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Zhao Chen 7 жил өмнө
parent
commit
292eba02db

+ 1 - 1
drivers/net/ethernet/huawei/hinic/Kconfig

@@ -4,7 +4,7 @@
 
 
 config HINIC
 config HINIC
 	tristate "Huawei Intelligent PCIE Network Interface Card"
 	tristate "Huawei Intelligent PCIE Network Interface Card"
-	depends on (PCI_MSI && X86)
+	depends on (PCI_MSI && (X86 || ARM64))
 	---help---
 	---help---
 	  This driver supports HiNIC PCIE Ethernet cards.
 	  This driver supports HiNIC PCIE Ethernet cards.
 	  To compile this driver as part of the kernel, choose Y here.
 	  To compile this driver as part of the kernel, choose Y here.