1 # SPDX-License-Identifier: GPL-2.0
3 # Engleder network device configuration
6 config NET_VENDOR_ENGLEDER
7 bool "Engleder devices"
10 If you have a network (Ethernet) card belonging to this class, say Y.
12 Note that the answer to this question doesn't directly affect the
13 kernel: saying N will just cause the configurator to skip all
14 the questions about Engleder devices. If you say Y, you will be asked
15 for your specific card in the following questions.
17 if NET_VENDOR_ENGLEDER
20 tristate "TSN endpoint support"
21 depends on HAS_IOMEM && HAS_DMA
22 depends on PTP_1588_CLOCK_OPTIONAL
25 Support for the Engleder TSN endpoint Ethernet MAC IP Core.
27 To compile this driver as a module, choose M here. The module will be
30 config TSNEP_SELFTESTS
31 bool "TSN endpoint self test support"
35 This enables self test support within the TSN endpoint driver.
39 endif # NET_VENDOR_ENGLEDER