This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git


The following commit(s) were added to refs/heads/master by this push:
     new 37403210f netutils/nng: Update help for NETUTILS_NNG
37403210f is described below

commit 37403210f9b4a96782e281885a241d9209f5f22c
Author: Jiri Vlasak <[email protected]>
AuthorDate: Tue Jan 20 13:59:01 2026 +0100

    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 <[email protected]>
---
 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

Reply via email to