- choice OPENTHREAD_IMPLEMENTATION: OpenThread origin selection
OpenThread origin selection
OpenThread origin selection
Type: bool
Help
Select OpenThread to use for build. Custom OpenThread implementations
can be added to the application Kconfig.
Help
Select OpenThread to use for build. Custom OpenThread implementations
can be added to the application Kconfig.
Direct dependencies
NET_L2_OPENTHREAD
|| (NET_L2_OPENTHREAD
&& NETWORKING
)
(Includes any dependencies from ifs and menus.)
Default
Choice options
Kconfig definitions
At <nrfxlib>/openthread/Kconfig:15
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:33
→ <Zephyr>/modules/Kconfig:6
→ <nRF>/doc/_build/kconfig/Kconfig.modules:92
→ <nrfxlib>/Kconfig.nrfxlib:16
Menu path: (Top) → Modules → nrfxlib (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrfxlib) → Nordic nrfxlib → OpenThread
choice OPENTHREAD_IMPLEMENTATION
bool "OpenThread origin selection"
default OPENTHREAD_SOURCES
depends on NET_L2_OPENTHREAD
help
Select OpenThread to use for build. Custom OpenThread implementations
can be added to the application Kconfig.
At <Zephyr>/subsys/net/l2/openthread/Kconfig:35
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:44
→ <Zephyr>/subsys/Kconfig:39
→ <Zephyr>/subsys/net/Kconfig:81
→ <Zephyr>/subsys/net/l2/Kconfig:82
Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Link layer options → OpenThread L2
choice OPENTHREAD_IMPLEMENTATION
bool "OpenThread origin selection"
depends on NET_L2_OPENTHREAD && NETWORKING
help
Select OpenThread to use for build. Custom OpenThread implementations
can be added to the application Kconfig.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)