Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions netutils/nng/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading