:orphan: .. title:: CONFIG_NET_GPTP_VLAN .. kconfig:: CONFIG_NET_GPTP_VLAN CONFIG_NET_GPTP_VLAN #################### *Run gPTP over VLAN link* Type: ``bool`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`NET_VLAN ` && \ :kconfig:`NET_GPTP ` && \ :kconfig:`NET_L2_ETHERNET ` && \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`NET_L2_ETHERNET_MGMT ` - \ :kconfig:`NET_MGMT_EVENT ` - \ :kconfig:`NET_MGMT_EVENT_INFO ` Kconfig definition ================== At ``/net/l2/ethernet/gptp/Kconfig:113`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/net/Kconfig:85`` → ``/net/l2/Kconfig:71`` → ``/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] .. code-block:: kconfig 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.)*