CONFIG_ZIGBEE_HAVE_SERIAL

UART serial abstract for ZBOSS OSIF

Type: bool

Direct dependencies

ZIGBEE

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At <nRF>/subsys/zigbee/Kconfig:217

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:9<BuildDir>/Kconfig/Kconfig.modules:1<nRF>/Kconfig.nrf:25<nRF>/subsys/Kconfig:40

Menu path: (Top) → Modules → Nordic nRF Connect → Enable Zigbee stack → ZBOSS osif configuration

menuconfig ZIGBEE_HAVE_SERIAL
    bool "UART serial abstract for ZBOSS OSIF"
    select SERIAL
    select UART_INTERRUPT_DRIVEN
    select RING_BUFFER
    depends on ZIGBEE

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