-
CONFIG_NET_GPTP_NUM_PORTS
¶
Number of gPTP ports
Type: int
Help¶
Configures the gPTP stack to work with the given number of ports. The port concept is the same thing as network interface.
Direct dependencies¶
NET_GPTP
&& NET_L2_ETHERNET
&& NETWORKING
(Includes any dependencies from if’s and menus.)
Defaults¶
- 1 if
NET_GPTP
&&NET_L2_ETHERNET
&&NETWORKING
Kconfig definition¶
At subsys/net/l2/ethernet/gptp/Kconfig:24
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:22
→ subsys/net/Kconfig:89
→ subsys/net/l2/Kconfig:73
→ subsys/net/l2/ethernet/Kconfig:65
Menu path: (top menu) → Networking → Link layer options → Enable Ethernet support → Enable IEEE 802.1AS (gPTP) support [EXPERIMENTAL]
config NET_GPTP_NUM_PORTS int prompt "Number of gPTP ports" ifNET_GPTP
&&NET_L2_ETHERNET
&&NETWORKING
default 1 ifNET_GPTP
&&NET_L2_ETHERNET
&&NETWORKING
depends onNET_GPTP
&&NET_L2_ETHERNET
&&NETWORKING
help Configures the gPTP stack to work with the given number of ports. The port concept is the same thing as network interface.
(Definitions include propagated dependencies, including from if’s and menus.)