2019-05-19 20:07:45 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2017-01-24 14:09:08 +08:00
|
|
|
#
|
|
|
|
# aQuantia device configuration
|
|
|
|
#
|
|
|
|
|
|
|
|
config NET_VENDOR_AQUANTIA
|
|
|
|
bool "aQuantia devices"
|
|
|
|
default y
|
2020-06-14 00:50:22 +08:00
|
|
|
help
|
2017-01-24 14:09:08 +08:00
|
|
|
Set this to y if you have an Ethernet network cards that uses the aQuantia
|
|
|
|
AQC107/AQC108 chipset.
|
|
|
|
|
2017-09-26 11:47:59 +08:00
|
|
|
This option does not build any drivers; it causes the aQuantia
|
2017-01-24 14:09:08 +08:00
|
|
|
drivers that can be built to appear in the list of Ethernet drivers.
|
|
|
|
|
|
|
|
|
|
|
|
if NET_VENDOR_AQUANTIA
|
|
|
|
|
|
|
|
config AQTION
|
|
|
|
tristate "aQuantia AQtion(tm) Support"
|
2019-03-23 23:23:42 +08:00
|
|
|
depends on PCI
|
2020-03-25 20:52:39 +08:00
|
|
|
depends on MACSEC || MACSEC=n
|
2020-06-14 00:50:22 +08:00
|
|
|
help
|
2017-01-24 14:09:08 +08:00
|
|
|
This enables the support for the aQuantia AQtion(tm) Ethernet card.
|
|
|
|
|
|
|
|
endif # NET_VENDOR_AQUANTIA
|