:orphan: .. title:: NET_GPTP_VLAN .. option:: 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 =================== \ :option:`NET_VLAN ` && \ :option:`NET_GPTP ` && \ :option:`NET_L2_ETHERNET ` && \ :option:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`NET_L2_ETHERNET_MGMT ` - \ :option:`NET_MGMT_EVENT ` - \ :option:`NET_MGMT_EVENT_INFO ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/net/l2/ethernet/gptp/Kconfig:113`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:37`` → ``subsys/net/Kconfig:85`` → ``subsys/net/l2/Kconfig:69`` → ``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] .. parsed-literal:: config NET_GPTP_VLAN bool "Run gPTP over VLAN link" select \ :option:`NET_L2_ETHERNET_MGMT ` select \ :option:`NET_MGMT_EVENT ` select \ :option:`NET_MGMT_EVENT_INFO ` depends on \ :option:`NET_VLAN ` && \ :option:`NET_GPTP ` && \ :option:`NET_L2_ETHERNET ` && \ :option:`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.)*