(No prompt – not directly user assignable.)

Type: bool

Help

Link application with ZBOSS library

Help

Link application with ZBOSS library

Direct dependencies

ZIGBEE_LIBRARY_PRODUCTION || ZIGBEE_LIBRARY_DEVELOPMENT

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definitions

At <nrfxlib>/zboss/production/Kconfig:7

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:23<Zephyr>/modules/Kconfig:6<BuildDir>/Kconfig/Kconfig.modules:14<nrfxlib>/Kconfig.nrfxlib:16<nrfxlib>/zboss/Kconfig:34

Menu path: (Top) → Modules → nrfxlib (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrfxlib) → Nordic nrfxlib → ZBOSS library configuration

config APP_LINK_WITH_ZBOSS
    bool
    depends on ZIGBEE_LIBRARY_PRODUCTION
    help
      Link application with ZBOSS library

At <nrfxlib>/zboss/development/Kconfig:46

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:23<Zephyr>/modules/Kconfig:6<BuildDir>/Kconfig/Kconfig.modules:14<nrfxlib>/Kconfig.nrfxlib:16<nrfxlib>/zboss/Kconfig:38

Menu path: (Top) → Modules → nrfxlib (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrfxlib) → Nordic nrfxlib → ZBOSS library configuration

config APP_LINK_WITH_ZBOSS
    bool
    depends on ZIGBEE_LIBRARY_DEVELOPMENT
    help
      Link application with ZBOSS library

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)