From 37403210f9b4a96782e281885a241d9209f5f22c Mon Sep 17 00:00:00 2001 From: Jiri Vlasak Date: Tue, 20 Jan 2026 13:59:01 +0100 Subject: [PATCH] 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 --- netutils/nng/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/netutils/nng/Kconfig b/netutils/nng/Kconfig index 525cf2f45..8d4dfb7c1 100644 --- a/netutils/nng/Kconfig +++ b/netutils/nng/Kconfig @@ -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