CONFIG_SNTP

SNTP Support

Type: bool

Help

Enable SNTP client library

Direct dependencies

NETWORKING

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

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

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

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

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

menuconfig SNTP
    bool
    prompt "SNTP Support" if NETWORKING
    select NET_APP_CLIENT if NETWORKING
    depends on NETWORKING
    help
      Enable SNTP client library

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