OSDN Git Service

net: aquantia: enable driver build for arm64 or compile_test
authorIgor Russkikh <Igor.Russkikh@aquantia.com>
Sat, 23 Mar 2019 15:23:42 +0000 (15:23 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 24 Mar 2019 02:16:53 +0000 (22:16 -0400)
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>
drivers/net/ethernet/aquantia/Kconfig

index 7d623e9..12472c5 100644 (file)
@@ -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.