-
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:9
→ <BuildDir>/Kconfig/Kconfig.modules:5
→ <nrfxlib>/Kconfig.nrfxlib:17
Menu path: (Top) → Modules → Nordic nrfxlib → OpenThread
choice OPENTHREAD_IMPLEMENTATION bool "OpenThread origin selection" defaultOPENTHREAD_SOURCES
depends onNET_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:27
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:34
→ <Zephyr>/subsys/net/Kconfig:85
→ <Zephyr>/subsys/net/l2/Kconfig:75
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 onNET_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.)