CONFIG_NET_DEBUG_RPL

Debug RPL

Type: bool

Help

Enables RPL output debug messages

Direct dependencies

NET_RPL && NET_LOG && NET_RPL && NETWORKING

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

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definition

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

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_DEBUG_RPL
    bool
    prompt "Debug RPL" if NET_RPL && NET_LOG && NET_RPL && NETWORKING
    depends on NET_RPL && NET_LOG && NET_RPL && NETWORKING
    help
      Enables RPL output debug messages

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