CONFIG_NET_DEBUG_SNTP

Debug SNTP

Type: bool

Help

Enable debug message of SNTP client library

Direct dependencies

SNTP && NETWORKING

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

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At subsys/net/lib/sntp/Kconfig:15

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:22subsys/net/Kconfig:93subsys/net/lib/Kconfig:19

Menu path: (top menu) → Networking → Network Protocols → SNTP Support

config NET_DEBUG_SNTP
    bool
    prompt "Debug SNTP" if SNTP && NETWORKING
    depends on SNTP && NETWORKING
    help
      Enable debug message of SNTP client library

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