netutils/nng: Update help for NETUTILS_NNG

NNG depends on options that, if not enabled, makes compilation or
runtime crashes. Noting these options in help helps to find out which
are such options.

Signed-off-by: Jiri Vlasak <jvlasak@elektroline.cz>
This commit is contained in:
Jiri Vlasak 2026-01-20 13:59:01 +01:00 committed by Xiang Xiao
parent 5456849446
commit 37403210f9

View file

@ -11,6 +11,12 @@ config NETUTILS_NNG
offering a simple API to solve common recurring messaging problems,
such as publish/subscribe, RPC-style request/reply, or service discovery.
Consider the following configuration when enabling NNG:
- CONFIG_LIBC_NETDB=y
- CONFIG_DEV_URANDOM=y
- CONFIG_NET_LOCAL=y
- CONFIG_NET_LOCAL_STREAM=y
if NETUTILS_NNG
config NETUTILS_NNG_VERSION