162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0
262306a36Sopenharmony_ci#
362306a36Sopenharmony_ci# Engleder network device configuration
462306a36Sopenharmony_ci#
562306a36Sopenharmony_ci
662306a36Sopenharmony_ciconfig NET_VENDOR_ENGLEDER
762306a36Sopenharmony_ci	bool "Engleder devices"
862306a36Sopenharmony_ci	default y
962306a36Sopenharmony_ci	help
1062306a36Sopenharmony_ci	  If you have a network (Ethernet) card belonging to this class, say Y.
1162306a36Sopenharmony_ci
1262306a36Sopenharmony_ci	  Note that the answer to this question doesn't directly affect the
1362306a36Sopenharmony_ci	  kernel: saying N will just cause the configurator to skip all
1462306a36Sopenharmony_ci	  the questions about Engleder devices. If you say Y, you will be asked
1562306a36Sopenharmony_ci	  for your specific card in the following questions.
1662306a36Sopenharmony_ci
1762306a36Sopenharmony_ciif NET_VENDOR_ENGLEDER
1862306a36Sopenharmony_ci
1962306a36Sopenharmony_ciconfig TSNEP
2062306a36Sopenharmony_ci	tristate "TSN endpoint support"
2162306a36Sopenharmony_ci	depends on HAS_IOMEM && HAS_DMA
2262306a36Sopenharmony_ci	depends on PTP_1588_CLOCK_OPTIONAL
2362306a36Sopenharmony_ci	select PHYLIB
2462306a36Sopenharmony_ci	select PAGE_POOL
2562306a36Sopenharmony_ci	help
2662306a36Sopenharmony_ci	  Support for the Engleder TSN endpoint Ethernet MAC IP Core.
2762306a36Sopenharmony_ci
2862306a36Sopenharmony_ci	  To compile this driver as a module, choose M here. The module will be
2962306a36Sopenharmony_ci	  called tsnep.
3062306a36Sopenharmony_ci
3162306a36Sopenharmony_ciconfig TSNEP_SELFTESTS
3262306a36Sopenharmony_ci	bool "TSN endpoint self test support"
3362306a36Sopenharmony_ci	default n
3462306a36Sopenharmony_ci	depends on TSNEP
3562306a36Sopenharmony_ci	help
3662306a36Sopenharmony_ci	  This enables self test support within the TSN endpoint driver.
3762306a36Sopenharmony_ci
3862306a36Sopenharmony_ci	  If unsure, say N.
3962306a36Sopenharmony_ci
4062306a36Sopenharmony_ciendif # NET_VENDOR_ENGLEDER
41