mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
d0d443cddb
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>
26 lines
607 B
Plaintext
26 lines
607 B
Plaintext
#
|
|
# aQuantia device configuration
|
|
#
|
|
|
|
config NET_VENDOR_AQUANTIA
|
|
bool "aQuantia devices"
|
|
default y
|
|
---help---
|
|
Set this to y if you have an Ethernet network cards that uses the aQuantia
|
|
AQC107/AQC108 chipset.
|
|
|
|
This option does not build any drivers; it causes the aQuantia
|
|
drivers that can be built to appear in the list of Ethernet drivers.
|
|
|
|
|
|
if NET_VENDOR_AQUANTIA
|
|
|
|
config AQTION
|
|
tristate "aQuantia AQtion(tm) Support"
|
|
depends on PCI
|
|
depends on X86_64 || ARM64 || COMPILE_TEST
|
|
---help---
|
|
This enables the support for the aQuantia AQtion(tm) Ethernet card.
|
|
|
|
endif # NET_VENDOR_AQUANTIA
|