CONFIG_ZIGBEE_LIBRARY_PRODUCTION
Use production libraries
Type: bool
Help
If selected, the application will be linked with the latest, stable
version of ZBOSS libraries.
Please check NCS documentation in order to get the certification status
of those libraries.
Direct dependencies
<choice ZIGBEE_LIBRARY_TYPE: ZBOSS library version>
(Includes any dependencies from ifs and menus.)
Kconfig definition
At <nrfxlib>/zboss/Kconfig:19
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:33
→ <Zephyr>/modules/Kconfig:6
→ <nRF>/doc/_build/kconfig/Kconfig.modules:92
→ <nrfxlib>/Kconfig.nrfxlib:15
Menu path: (Top) → Modules → nrfxlib (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrfxlib) → Nordic nrfxlib → ZBOSS library configuration → ZBOSS library version
config ZIGBEE_LIBRARY_PRODUCTION
bool "Use production libraries"
depends on <choice ZIGBEE_LIBRARY_TYPE>
help
If selected, the application will be linked with the latest, stable
version of ZBOSS libraries.
Please check NCS documentation in order to get the certification status
of those libraries.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)