-
CONFIG_NET_APP
¶
Network application API support [EXPERIMENTAL]
Type: bool
Help¶
Enable API that helps to create client/server network applications. This API is experimental and subject to change.
Defaults¶
- “y” if
NETWORKING
Symbols selected by this symbol¶
Kconfig definition¶
At subsys/net/lib/app/Kconfig:9
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:22
→ subsys/net/Kconfig:93
→ subsys/net/lib/Kconfig:29
Menu path: (top menu) → Networking → Network Libraries
menuconfig NET_APP bool prompt "Network application API support [EXPERIMENTAL]" ifNETWORKING
default "y" ifNETWORKING
selectNET_MGMT
ifNETWORKING
selectNET_MGMT_EVENT
ifNETWORKING
depends onNETWORKING
help Enable API that helps to create client/server network applications. This API is experimental and subject to change.
(Definitions include propagated dependencies, including from if’s and menus.)