1# 2# aQuantia device configuration 3# 4 5config NET_VENDOR_AQUANTIA 6 bool "aQuantia devices" 7 default y 8 ---help--- 9 Set this to y if you have an Ethernet network cards that uses the aQuantia 10 AQC107/AQC108 chipset. 11 12 This option does not build any drivers; it causes the aQuantia 13 drivers that can be built to appear in the list of Ethernet drivers. 14 15 16if NET_VENDOR_AQUANTIA 17 18config AQTION 19 tristate "aQuantia AQtion(tm) Support" 20 depends on PCI 21 depends on X86_64 || ARM64 || COMPILE_TEST 22 ---help--- 23 This enables the support for the aQuantia AQtion(tm) Ethernet card. 24 25endif # NET_VENDOR_AQUANTIA 26