# SPDX-License-Identifier: GPL-2.0-only # # aQuantia device configuration # config [31mCONFIG_NET_VENDOR_AQUANTIA[0m 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 [31mCONFIG_NET_VENDOR_AQUANTIA[0m config [31mCONFIG_AQTION[0m tristate "aQuantia AQtion(tm) Support" depends on [31mCONFIG_PCI[0m depends on [31mCONFIG_X86_64[0m || [31mCONFIG_ARM64[0m || [31mCONFIG_COMPILE_TEST[0m ---help--- This enables the support for the aQuantia AQtion(tm) Ethernet card. endif # [31mCONFIG_NET_VENDOR_AQUANTIA[0m |