The latest development version of this page may be more current than this released 1.14.0 version.
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.

Direct dependencies

!NET_RAW_MODE && NETWORKING

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At subsys/net/ip/Kconfig:357

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:24subsys/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.)