CONFIG_NET_DEBUG_GPTP

Enable Debug Information for gPTP

Type: bool

Help

Enable logs for the gPTP stack.

Direct dependencies

NET_LOG && NET_GPTP && NET_L2_ETHERNET && NETWORKING

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

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

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_DEBUG_GPTP
    bool
    prompt "Enable Debug Information for gPTP" if NET_LOG && NET_GPTP && NET_L2_ETHERNET && NETWORKING
    depends on NET_LOG && NET_GPTP && NET_L2_ETHERNET && NETWORKING
    help
      Enable logs for the gPTP stack.

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