The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_OPENTHREAD_JOINER_AUTOSTART

Support for automatic joiner start

Type: bool

Help

Enable automatic joiner start

Direct dependencies

OPENTHREAD_JOINER && 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:152

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:24subsys/net/Kconfig:80subsys/net/l2/Kconfig:76

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

config OPENTHREAD_JOINER_AUTOSTART
    bool
    prompt "Support for automatic joiner start" if OPENTHREAD_JOINER && NET_L2_OPENTHREAD && NETWORKING
    depends on OPENTHREAD_JOINER && NET_L2_OPENTHREAD && NETWORKING
    help
      Enable automatic joiner start

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