Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 # aQuantia device configuration
0004 #
0005 
0006 config NET_VENDOR_AQUANTIA
0007         bool "aQuantia devices"
0008         default y
0009         help
0010           Set this to y if you have an Ethernet network cards that uses the aQuantia
0011           AQC107/AQC108 chipset.
0012 
0013           This option does not build any drivers; it causes the aQuantia
0014           drivers that can be built to appear in the list of Ethernet drivers.
0015 
0016 
0017 if NET_VENDOR_AQUANTIA
0018 
0019 config AQTION
0020         tristate "aQuantia AQtion(tm) Support"
0021         depends on PCI
0022         depends on MACSEC || MACSEC=n
0023         help
0024           This enables the support for the aQuantia AQtion(tm) Ethernet card.
0025 
0026 endif # NET_VENDOR_AQUANTIA