0001 # SPDX-License-Identifier: GPL-2.0
0002 #
0003 # Engleder network device configuration
0004 #
0005
0006 config NET_VENDOR_ENGLEDER
0007 bool "Engleder devices"
0008 default y
0009 help
0010 If you have a network (Ethernet) card belonging to this class, say Y.
0011
0012 Note that the answer to this question doesn't directly affect the
0013 kernel: saying N will just cause the configurator to skip all
0014 the questions about Engleder devices. If you say Y, you will be asked
0015 for your specific card in the following questions.
0016
0017 if NET_VENDOR_ENGLEDER
0018
0019 config TSNEP
0020 tristate "TSN endpoint support"
0021 depends on HAS_IOMEM && HAS_DMA
0022 depends on PTP_1588_CLOCK_OPTIONAL
0023 select PHYLIB
0024 help
0025 Support for the Engleder TSN endpoint Ethernet MAC IP Core.
0026
0027 To compile this driver as a module, choose M here. The module will be
0028 called tsnep.
0029
0030 config TSNEP_SELFTESTS
0031 bool "TSN endpoint self test support"
0032 default n
0033 depends on TSNEP
0034 help
0035 This enables self test support within the TSN endpoint driver.
0036
0037 If unsure, say N.
0038
0039 endif # NET_VENDOR_ENGLEDER