Kconfig 622 B

1234567891011121314151617181920212223242526
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # aQuantia device configuration
  4. #
  5. config 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. This option does not build any drivers; it causes the aQuantia
  12. drivers that can be built to appear in the list of Ethernet drivers.
  13. if NET_VENDOR_AQUANTIA
  14. config AQTION
  15. tristate "aQuantia AQtion(tm) Support"
  16. depends on PCI
  17. depends on MACSEC || MACSEC=n
  18. help
  19. This enables the support for the aQuantia AQtion(tm) Ethernet card.
  20. endif # NET_VENDOR_AQUANTIA