summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/huawei/hinic/Kconfig
diff options
context:
space:
mode:
authorZhao Chen <zhaochen6@huawei.com>2018-04-18 06:07:39 -0400
committerDavid S. Miller <davem@davemloft.net>2018-04-19 13:34:44 -0400
commit292eba02dbb4c41da840e462e51ee97d80d873d1 (patch)
tree23ef15018dd398737bd8f16fa7eb40a21a3dc99e /drivers/net/ethernet/huawei/hinic/Kconfig
parent50f694a62f670cabf14ff38f9251912864a64846 (diff)
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>
Diffstat (limited to 'drivers/net/ethernet/huawei/hinic/Kconfig')
-rw-r--r--drivers/net/ethernet/huawei/hinic/Kconfig2
1 files changed, 1 insertions, 1 deletions
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.