Kconfig 573 B

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