-
CONFIG_NET_CONTEXT_CHECK
¶
Check options when calling various net_context functions
Type: bool
Help¶
If you know that the options passed to net_context…() functions are ok, then you can disable the checks to save some memory.
Defaults¶
- “y” if !
NET_RAW_MODE
&&NETWORKING
Kconfig definition¶
At subsys/net/ip/Kconfig:357
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:24
→ subsys/net/Kconfig:82
Menu path: (top menu) → Networking → IP stack
config NET_CONTEXT_CHECK bool prompt "Check options when calling various net_context functions" if !NET_RAW_MODE
&&NETWORKING
default "y" if !NET_RAW_MODE
&&NETWORKING
depends on !NET_RAW_MODE
&&NETWORKING
help If you know that the options passed to net_context...() functions are ok, then you can disable the checks to save some memory.
(Definitions include propagated dependencies, including from if’s and menus.)