:orphan: .. title:: CONFIG_OPENTHREAD_MANUAL_START .. kconfig:: CONFIG_OPENTHREAD_MANUAL_START CONFIG_OPENTHREAD_MANUAL_START ############################## *Start OpenThread stack manually* Type: ``bool`` Help ==== .. code-block:: none If enabled, OpenThread stack will have to be configured and started manually, with respective API calls or CLI/NCP commands. Otherwise, OpenThread will configure the network parametrs and try to join the Thread network automatically during initialization (using credentials stored in persistend storage, obtained during commissioning or pre-commissioned with other Kconfig options, depending on configuration used). Direct dependencies =================== \ :kconfig:`NET_L2_OPENTHREAD ` && \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`OPENTHREAD_COPROCESSOR ` Kconfig definition ================== At ``/net/l2/openthread/Kconfig:46`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/net/Kconfig:85`` → ``/net/l2/Kconfig:77`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Link layer options → OpenThread L2 .. code-block:: kconfig config OPENTHREAD_MANUAL_START bool "Start OpenThread stack manually" depends on NET_L2_OPENTHREAD && NETWORKING help If enabled, OpenThread stack will have to be configured and started manually, with respective API calls or CLI/NCP commands. Otherwise, OpenThread will configure the network parametrs and try to join the Thread network automatically during initialization (using credentials stored in persistend storage, obtained during commissioning or pre-commissioned with other Kconfig options, depending on configuration used). *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*