2019-05-19 19:07:45 +07:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2017-01-24 13:09:08 +07:00
|
|
|
#
|
|
|
|
# aQuantia device configuration
|
|
|
|
#
|
|
|
|
|
|
|
|
config NET_VENDOR_AQUANTIA
|
|
|
|
bool "aQuantia devices"
|
|
|
|
default y
|
|
|
|
---help---
|
|
|
|
Set this to y if you have an Ethernet network cards that uses the aQuantia
|
|
|
|
AQC107/AQC108 chipset.
|
|
|
|
|
2017-09-26 10:47:59 +07:00
|
|
|
This option does not build any drivers; it causes the aQuantia
|
2017-01-24 13:09:08 +07: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 22:23:42 +07:00
|
|
|
depends on PCI
|
|
|
|
depends on X86_64 || ARM64 || COMPILE_TEST
|
2017-01-24 13:09:08 +07:00
|
|
|
---help---
|
|
|
|
This enables the support for the aQuantia AQtion(tm) Ethernet card.
|
|
|
|
|
|
|
|
endif # NET_VENDOR_AQUANTIA
|