:orphan: .. title:: CONFIG_SNTP .. kconfig:: CONFIG_SNTP CONFIG_SNTP ########### *SNTP (Simple Network Time Protocol)* Type: ``bool`` Help ==== .. code-block:: none Enable SNTP client library Direct dependencies =================== \ :kconfig:`NET_SOCKETS ` && (\ :kconfig:`NET_SOCKETS_POSIX_NAMES ` || \ :kconfig:`POSIX_API `) && \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/net/lib/sntp/Kconfig:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/net/Kconfig:89`` → ``/net/lib/Kconfig:22`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network Protocols .. code-block:: kconfig menuconfig SNTP bool "SNTP (Simple Network Time Protocol)" depends on NET_SOCKETS && (NET_SOCKETS_POSIX_NAMES || POSIX_API) && NETWORKING help Enable SNTP client library *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*