:orphan: .. title:: SNTP .. option:: CONFIG_SNTP *SNTP* Type: ``bool`` Help ==== Enable SNTP client library Direct dependencies =================== \ :option:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`NET_SOCKETS ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/net/lib/sntp/Kconfig:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:37`` → ``subsys/net/Kconfig:89`` → ``subsys/net/lib/Kconfig:22`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network Protocols .. parsed-literal:: menuconfig SNTP bool "SNTP" select \ :option:`NET_SOCKETS ` depends on \ :option:`NETWORKING ` help Enable SNTP client library *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*