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 && X86_64 21 ---help--- 22 This enables the support for the aQuantia AQtion(tm) Ethernet card. 23 24endif # NET_VENDOR_AQUANTIA 25