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:318

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:22subsys/net/Kconfig:91

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.)