-
CONFIG_NET_MAX_6LO_CONTEXTS
¶
Number of supported 6CO (6lowpan contexts options)
Type: int
Help¶
6lowpan context options table size. The value depends on your network and memory consumption. More 6CO options uses more memory.
Direct dependencies¶
NET_6LO_CONTEXT
&& NET_IPV6
&& !NET_RAW_MODE
&& NETWORKING
(Includes any dependencies from if’s and menus.)
Defaults¶
- 1 if
NET_6LO_CONTEXT
&&NET_IPV6
&& !NET_RAW_MODE
&&NETWORKING
Kconfig definition¶
At subsys/net/ip/Kconfig.ipv6:135
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:24
→ subsys/net/Kconfig:82
→ subsys/net/ip/Kconfig:52
Menu path: (top menu) → Networking → IP stack → IPv6
config NET_MAX_6LO_CONTEXTS int prompt "Number of supported 6CO (6lowpan contexts options)" ifNET_6LO_CONTEXT
&&NET_IPV6
&& !NET_RAW_MODE
&&NETWORKING
range 1 16 ifNET_6LO_CONTEXT
&&NET_IPV6
&& !NET_RAW_MODE
&&NETWORKING
default 1 ifNET_6LO_CONTEXT
&&NET_IPV6
&& !NET_RAW_MODE
&&NETWORKING
depends onNET_6LO_CONTEXT
&&NET_IPV6
&& !NET_RAW_MODE
&&NETWORKING
help 6lowpan context options table size. The value depends on your network and memory consumption. More 6CO options uses more memory.
(Definitions include propagated dependencies, including from if’s and menus.)