Kconfig 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # Wangxun network device configuration
  4. #
  5. config NET_VENDOR_WANGXUN
  6. bool "Wangxun devices"
  7. default y
  8. help
  9. If you have a network (Ethernet) card from Wangxun(R), say Y.
  10. Note that the answer to this question doesn't directly affect the
  11. kernel: saying N will just cause the configurator to skip all
  12. the questions about Wangxun(R) cards. If you say Y, you will
  13. be asked for your specific card in the following questions.
  14. if NET_VENDOR_WANGXUN
  15. config NGBE
  16. tristate "Wangxun(R) GbE PCI Express adapters support"
  17. depends on PCI
  18. help
  19. This driver supports Wangxun(R) GbE PCI Express family of
  20. adapters.
  21. More specific information on configuring the driver is in
  22. <file:Documentation/networking/device_drivers/ethernet/wangxun/ngbe.rst>.
  23. To compile this driver as a module, choose M here. The module
  24. will be called ngbe.
  25. config TXGBE
  26. tristate "Wangxun(R) 10GbE PCI Express adapters support"
  27. depends on PCI
  28. help
  29. This driver supports Wangxun(R) 10GbE PCI Express family of
  30. adapters.
  31. More specific information on configuring the driver is in
  32. <file:Documentation/networking/device_drivers/ethernet/wangxun/txgbe.rst>.
  33. To compile this driver as a module, choose M here. The module
  34. will be called txgbe.
  35. endif # NET_VENDOR_WANGXUN