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 ifs and menus.)
Default
1
Kconfig definition
At <Zephyr>/subsys/net/l2/ethernet/gptp/Kconfig:106
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:44
→ <Zephyr>/subsys/Kconfig:39
→ <Zephyr>/subsys/net/Kconfig:81
→ <Zephyr>/subsys/net/l2/Kconfig:71
→ <Zephyr>/subsys/net/l2/ethernet/Kconfig:76
Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Link layer options → Enable Ethernet support → Enable IEEE 802.1AS (gPTP) support [EXPERIMENTAL]
config NET_GPTP_NUM_PORTS
int "Number of gPTP ports"
default 1
depends on NET_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.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)