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