CONFIG_NET_RPL_MAX_INSTANCES

Maximum number of RPL instances

Type: int

Help

This determines how many RPL instances to allocate.

Direct dependencies

NET_RPL && NET_RPL && NETWORKING

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

Defaults

Kconfig definition

At subsys/net/ip/Kconfig.rpl:111

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

Menu path: (top menu) → Networking → IP stack → Enable RPL (Ripple) support

config NET_RPL_MAX_INSTANCES
    int
    prompt "Maximum number of RPL instances" if NET_RPL && NET_RPL && NETWORKING
    default 1 if NET_RPL && NET_RPL && NETWORKING
    depends on NET_RPL && NET_RPL && NETWORKING
    help
      This determines how many RPL instances to allocate.

(Definitions include propagated dependencies, including from if’s and menus.)