brintos

brintos / linux-shallow public Read only

0
0
Text · 622 B · cec2018 Raw
27 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# aQuantia device configuration4#5 6config NET_VENDOR_AQUANTIA7	bool "aQuantia devices"8	default y9	help10	  Set this to y if you have an Ethernet network cards that uses the aQuantia11	  AQC107/AQC108 chipset.12 13	  This option does not build any drivers; it causes the aQuantia14	  drivers that can be built to appear in the list of Ethernet drivers.15 16 17if NET_VENDOR_AQUANTIA18 19config AQTION20	tristate "aQuantia AQtion(tm) Support"21	depends on PCI22	depends on MACSEC || MACSEC=n23	help24	  This enables the support for the aQuantia AQtion(tm) Ethernet card.25 26endif # NET_VENDOR_AQUANTIA27