projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50f694a
)
net-next/hinic: add arm64 support
author
Zhao Chen
<zhaochen6@huawei.com>
Wed, 18 Apr 2018 10:07:39 +0000
(06:07 -0400)
committer
David 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
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/huawei/hinic/Kconfig
b/drivers/net/ethernet/huawei/hinic/Kconfig
index
08db249
..
e4e8b24
100644
(file)
--- 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.