ARM: multi_v7_defconfig: Enable support for the ADC thermal sensor
[linux-2.6-microblaze.git] / drivers / net / ethernet / aquantia / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # aQuantia device configuration
4 #
5
6 config NET_VENDOR_AQUANTIA
7         bool "aQuantia devices"
8         default y
9         help
10           Set this to y if you have an Ethernet network cards that uses the aQuantia
11           AQC107/AQC108 chipset.
12
13           This option does not build any drivers; it causes the aQuantia
14           drivers that can be built to appear in the list of Ethernet drivers.
15
16
17 if NET_VENDOR_AQUANTIA
18
19 config AQTION
20         tristate "aQuantia AQtion(tm) Support"
21         depends on PCI
22         depends on X86_64 || ARM64 || COMPILE_TEST
23         depends on MACSEC || MACSEC=n
24         help
25           This enables the support for the aQuantia AQtion(tm) Ethernet card.
26
27 endif # NET_VENDOR_AQUANTIA