CONFIG_OPENTHREAD_JAM_DETECTION

Jam detection support

Type: bool

Help

Enable jam detection in OpenThread stack

Direct dependencies

NET_L2_OPENTHREAD && NETWORKING

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

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At subsys/net/l2/openthread/Kconfig:170

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:22subsys/net/Kconfig:89subsys/net/l2/Kconfig:77

Menu path: (top menu) → Networking → Link layer options → OpenThread L2

config OPENTHREAD_JAM_DETECTION
    bool
    prompt "Jam detection support" if NET_L2_OPENTHREAD && NETWORKING
    depends on NET_L2_OPENTHREAD && NETWORKING
    help
      Enable jam detection in OpenThread stack

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