18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only
28c2ecf20Sopenharmony_ci#
38c2ecf20Sopenharmony_ci# aQuantia device configuration
48c2ecf20Sopenharmony_ci#
58c2ecf20Sopenharmony_ci
68c2ecf20Sopenharmony_ciconfig NET_VENDOR_AQUANTIA
78c2ecf20Sopenharmony_ci	bool "aQuantia devices"
88c2ecf20Sopenharmony_ci	default y
98c2ecf20Sopenharmony_ci	help
108c2ecf20Sopenharmony_ci	  Set this to y if you have an Ethernet network cards that uses the aQuantia
118c2ecf20Sopenharmony_ci	  AQC107/AQC108 chipset.
128c2ecf20Sopenharmony_ci
138c2ecf20Sopenharmony_ci	  This option does not build any drivers; it causes the aQuantia
148c2ecf20Sopenharmony_ci	  drivers that can be built to appear in the list of Ethernet drivers.
158c2ecf20Sopenharmony_ci
168c2ecf20Sopenharmony_ci
178c2ecf20Sopenharmony_ciif NET_VENDOR_AQUANTIA
188c2ecf20Sopenharmony_ci
198c2ecf20Sopenharmony_ciconfig AQTION
208c2ecf20Sopenharmony_ci	tristate "aQuantia AQtion(tm) Support"
218c2ecf20Sopenharmony_ci	depends on PCI
228c2ecf20Sopenharmony_ci	depends on X86_64 || ARM64 || COMPILE_TEST
238c2ecf20Sopenharmony_ci	depends on MACSEC || MACSEC=n
248c2ecf20Sopenharmony_ci	help
258c2ecf20Sopenharmony_ci	  This enables the support for the aQuantia AQtion(tm) Ethernet card.
268c2ecf20Sopenharmony_ci
278c2ecf20Sopenharmony_ciendif # NET_VENDOR_AQUANTIA
28