-
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 ifs and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At subsys/net/l2/openthread/Kconfig:186
Included via Kconfig:8
→ Kconfig.zephyr:44
→ subsys/Kconfig:22
→ subsys/net/Kconfig:78
→ subsys/net/l2/Kconfig:75
Menu path: (Top) → Networking → Link layer and IP networking support → Link layer options → OpenThread L2 → Joiner functions support
config OPENTHREAD_JOINER_AUTOSTART bool "Support for automatic joiner start" depends onOPENTHREAD_JOINER
&&NET_L2_OPENTHREAD
&&NETWORKING
help Enable automatic joiner start
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)