Kconfig 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. # SPDX-License-Identifier: GPL-2.0
  2. #
  3. # Engleder network device configuration
  4. #
  5. config NET_VENDOR_ENGLEDER
  6. bool "Engleder devices"
  7. default y
  8. help
  9. If you have a network (Ethernet) card belonging to this class, 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 Engleder devices. If you say Y, you will be asked
  13. for your specific card in the following questions.
  14. if NET_VENDOR_ENGLEDER
  15. config TSNEP
  16. tristate "TSN endpoint support"
  17. depends on HAS_IOMEM && HAS_DMA
  18. depends on PTP_1588_CLOCK_OPTIONAL
  19. select PHYLIB
  20. select PAGE_POOL
  21. help
  22. Support for the Engleder TSN endpoint Ethernet MAC IP Core.
  23. To compile this driver as a module, choose M here. The module will be
  24. called tsnep.
  25. config TSNEP_SELFTESTS
  26. bool "TSN endpoint self test support"
  27. default n
  28. depends on TSNEP
  29. help
  30. This enables self test support within the TSN endpoint driver.
  31. If unsure, say N.
  32. endif # NET_VENDOR_ENGLEDER