mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-06 13:55:08 +08:00
9b22fece78
This was tested on a RaptorCS Talos II with IBM POWER9 DD2.2 CPUs and an ASUS XG-C100F PCI-e card without any issue. Speeds of ~8Gbps could be attained with not-very-scientific (wget HTTP) both-ways measurements on a local network. No warning or error reported in kernel logs. The drivers seems to be portable enough for it not to be gated like such. Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net> Signed-off-by: David S. Miller <davem@davemloft.net>
27 lines
622 B
Plaintext
27 lines
622 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# 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 MACSEC || MACSEC=n
|
|
help
|
|
This enables the support for the aQuantia AQtion(tm) Ethernet card.
|
|
|
|
endif # NET_VENDOR_AQUANTIA
|