提交 d0d443cd 编写于 作者: I Igor Russkikh 提交者: David S. Miller

net: aquantia: enable driver build for arm64 or compile_test

The driver is now constantly tested in our lab on aarch64 hardware:
Jetson tx2, Pascal and Xavier tegra based hardware.
Many of tegra smmu related HW bugs were fixed or workarounded already.

Thus, add ARM64 into Kconfig.

Add also COMPILE_TEST dependency.
Signed-off-by: NIgor Russkikh <igor.russkikh@aquantia.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 1eef4757
...@@ -17,7 +17,8 @@ if NET_VENDOR_AQUANTIA ...@@ -17,7 +17,8 @@ if NET_VENDOR_AQUANTIA
config AQTION config AQTION
tristate "aQuantia AQtion(tm) Support" tristate "aQuantia AQtion(tm) Support"
depends on PCI && X86_64 depends on PCI
depends on X86_64 || ARM64 || COMPILE_TEST
---help--- ---help---
This enables the support for the aQuantia AQtion(tm) Ethernet card. This enables the support for the aQuantia AQtion(tm) Ethernet card.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册