41 lines · plain
1# SPDX-License-Identifier: GPL-2.02#3# Engleder network device configuration4#5 6config NET_VENDOR_ENGLEDER7 bool "Engleder devices"8 default y9 help10 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 the13 kernel: saying N will just cause the configurator to skip all14 the questions about Engleder devices. If you say Y, you will be asked15 for your specific card in the following questions.16 17if NET_VENDOR_ENGLEDER18 19config TSNEP20 tristate "TSN endpoint support"21 depends on HAS_IOMEM && HAS_DMA22 depends on PTP_1588_CLOCK_OPTIONAL23 select PHYLIB24 select PAGE_POOL25 help26 Support for the Engleder TSN endpoint Ethernet MAC IP Core.27 28 To compile this driver as a module, choose M here. The module will be29 called tsnep.30 31config TSNEP_SELFTESTS32 bool "TSN endpoint self test support"33 default n34 depends on TSNEP35 help36 This enables self test support within the TSN endpoint driver.37 38 If unsure, say N.39 40endif # NET_VENDOR_ENGLEDER41