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

Kconfig definition

At subsys/net/l2/ethernet/gptp/Kconfig:24

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:22subsys/net/Kconfig:89subsys/net/l2/Kconfig:73subsys/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" if NET_GPTP && NET_L2_ETHERNET && NETWORKING
    default 1 if NET_GPTP && NET_L2_ETHERNET && NETWORKING
    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.

(Definitions include propagated dependencies, including from if’s and menus.)