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

SNTP

Type: bool

Help

Enable SNTP client library

Direct dependencies

NETWORKING

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

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

Included via Kconfig:8Kconfig.zephyr:34subsys/Kconfig:22subsys/net/Kconfig:89subsys/net/lib/Kconfig:22

Menu path: (Top) → Networking → Link layer and IP networking support → Network Protocols

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

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)