The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_SNTP

SNTP

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:39subsys/Kconfig:24subsys/net/Kconfig:84subsys/net/lib/Kconfig:21

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

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

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