Skip to content

Commit

Permalink
net: aquantia: enable driver build for arm64 or compile_test
Browse files Browse the repository at this point in the history
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: Igor Russkikh <igor.russkikh@aquantia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Igor Russkikh authored and David S. Miller committed Mar 24, 2019
1 parent 1eef475 commit d0d443c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/net/ethernet/aquantia/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ if NET_VENDOR_AQUANTIA

config AQTION
tristate "aQuantia AQtion(tm) Support"
depends on PCI && X86_64
depends on PCI
depends on X86_64 || ARM64 || COMPILE_TEST
---help---
This enables the support for the aQuantia AQtion(tm) Ethernet card.

Expand Down

0 comments on commit d0d443c

Please sign in to comment.