Skip to content

Commit 1fa744e

Browse files
committed
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.
1 parent 755fae7 commit 1fa744e

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

netutils/nng/Kconfig

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ config NETUTILS_NNG
1111
offering a simple API to solve common recurring messaging problems,
1212
such as publish/subscribe, RPC-style request/reply, or service discovery.
1313

14+
Consider the following configuration when enabling NNG:
15+
- CONFIG_LIBC_NETDB=y
16+
- CONFIG_DEV_URANDOM=y
17+
- CONFIG_NET_LOCAL=y
18+
- CONFIG_NET_LOCAL_STREAM=y
19+
1420
if NETUTILS_NNG
1521

1622
config NETUTILS_NNG_VERSION

0 commit comments

Comments
 (0)