CONFIG_OPENTHREAD_LIBRARY
OpenThread from library
Type: bool
Help
Build OpenThread from a prebuilt library instead of building from sources.
CONFIG_OPENTHREAD_THREAD_VERSION determines which version of the library is to be used.
Direct dependencies
<choice OPENTHREAD_IMPLEMENTATION: OpenThread origin selection>
(Includes any dependencies from ifs and menus.)
Symbols selected by this symbol
Kconfig definition
At <nrfxlib>/openthread/Kconfig:22
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 → OpenThread origin selection
config OPENTHREAD_LIBRARY
bool "OpenThread from library"
select OPENTHREAD_NORDIC_LIBRARY
depends on <choice OPENTHREAD_IMPLEMENTATION>
help
Build OpenThread from a prebuilt library instead of building from sources.
CONFIG_OPENTHREAD_THREAD_VERSION determines which version of the library is to be used.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)