CONFIG_NET_GPTP_VLAN

Run gPTP over VLAN link

Type: bool

Help

This setting allows gPTP to run over VLAN link. Currently only one port can have VLAN tag set. Note that CONFIG_NET_GPTP_VLAN_TAG setting must have a proper tag value set, otherwise the gPTP over VLAN will not work.

Direct dependencies

NET_VLAN && NET_GPTP && NET_L2_ETHERNET && NETWORKING

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Zephyr>/subsys/net/l2/ethernet/gptp/Kconfig:113

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:34<Zephyr>/subsys/net/Kconfig:85<Zephyr>/subsys/net/l2/Kconfig:69<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_VLAN
    bool "Run gPTP over VLAN link"
    select NET_L2_ETHERNET_MGMT
    select NET_MGMT_EVENT
    select NET_MGMT_EVENT_INFO
    depends on NET_VLAN && NET_GPTP && NET_L2_ETHERNET && NETWORKING
    help
      This setting allows gPTP to run over VLAN link. Currently only
      one port can have VLAN tag set. Note that CONFIG_NET_GPTP_VLAN_TAG
      setting must have a proper tag value set, otherwise the gPTP over
      VLAN will not work.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)