162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only 262306a36Sopenharmony_ci# 362306a36Sopenharmony_ci# aQuantia device configuration 462306a36Sopenharmony_ci# 562306a36Sopenharmony_ci 662306a36Sopenharmony_ciconfig NET_VENDOR_AQUANTIA 762306a36Sopenharmony_ci bool "aQuantia devices" 862306a36Sopenharmony_ci default y 962306a36Sopenharmony_ci help 1062306a36Sopenharmony_ci Set this to y if you have an Ethernet network cards that uses the aQuantia 1162306a36Sopenharmony_ci AQC107/AQC108 chipset. 1262306a36Sopenharmony_ci 1362306a36Sopenharmony_ci This option does not build any drivers; it causes the aQuantia 1462306a36Sopenharmony_ci drivers that can be built to appear in the list of Ethernet drivers. 1562306a36Sopenharmony_ci 1662306a36Sopenharmony_ci 1762306a36Sopenharmony_ciif NET_VENDOR_AQUANTIA 1862306a36Sopenharmony_ci 1962306a36Sopenharmony_ciconfig AQTION 2062306a36Sopenharmony_ci tristate "aQuantia AQtion(tm) Support" 2162306a36Sopenharmony_ci depends on PCI 2262306a36Sopenharmony_ci depends on MACSEC || MACSEC=n 2362306a36Sopenharmony_ci help 2462306a36Sopenharmony_ci This enables the support for the aQuantia AQtion(tm) Ethernet card. 2562306a36Sopenharmony_ci 2662306a36Sopenharmony_ciendif # NET_VENDOR_AQUANTIA 27