-
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¶
(SOC_NRF52840
|| SOC_NRF52833
) && <choice ZIGBEE_LIBRARY_TYPE: ZBOSS library version>
(Includes any dependencies from ifs and menus.)
Kconfig definition¶
At <nrfxlib>/zboss/Kconfig:14
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/Kconfig/Kconfig.modules:14
→ <nrfxlib>/Kconfig.nrfxlib:16
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 (SOC_NRF52840
||SOC_NRF52833
) && <choice ZIGBEE_LIBRARY_TYPE: ZBOSS library version> 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.)