net-next/hinic: add arm64 support
authorZhao Chen <zhaochen6@huawei.com>
Wed, 18 Apr 2018 10:07:39 +0000 (06:07 -0400)
committerDavid S. Miller <davem@davemloft.net>
Thu, 19 Apr 2018 17:34:44 +0000 (13:34 -0400)
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>
drivers/net/ethernet/huawei/hinic/Kconfig

index 08db249..e4e8b24 100644 (file)
@@ -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.