-
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:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:22
→ subsys/net/Kconfig:89
→ subsys/net/l2/Kconfig:73
→ subsys/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" ifNET_LOG
&&NET_GPTP
&&NET_L2_ETHERNET
&&NETWORKING
depends onNET_LOG
&&NET_GPTP
&&NET_L2_ETHERNET
&&NETWORKING
help Enable logs for the gPTP stack.
(Definitions include propagated dependencies, including from if’s and menus.)