forked from Minki/linux
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>
This commit is contained in:
parent
50f694a62f
commit
292eba02db
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user