CONFIG_NET_DEBUG_6LO

Enable 6lowpan debug

Type: bool

Direct dependencies

NET_6LO && NET_LOG && NET_IPV6 && !NET_RAW_MODE && 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.ipv6:144

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

Menu path: (top menu) → Networking → IP stack → IPv6

config NET_DEBUG_6LO
    bool
    prompt "Enable 6lowpan debug" if NET_6LO && NET_LOG && NET_IPV6 && !NET_RAW_MODE && NETWORKING
    depends on NET_6LO && NET_LOG && NET_IPV6 && !NET_RAW_MODE && NETWORKING

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