:orphan: .. title:: CONFIG_ZBOSS_TRACE_USB_CDC_LOGGING .. kconfig:: CONFIG_ZBOSS_TRACE_USB_CDC_LOGGING CONFIG_ZBOSS_TRACE_USB_CDC_LOGGING ################################## *UART USB CDC (supported only for Zigbee NCP sample)* Type: ``bool`` Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :kconfig:`USB ` - \ :kconfig:`USB_DEVICE_STACK ` - \ :kconfig:`USB_CDC_ACM ` - \ :kconfig:`UART_LINE_CTRL ` - \ :kconfig:`UART_INTERRUPT_DRIVEN ` Kconfig definition ================== At ``/subsys/zigbee/Kconfig:245`` Included via ``/Kconfig:8`` → ``/Kconfig.zephyr:31`` → ``/modules/Kconfig:6`` → ``/doc/_build/kconfig/Kconfig.modules:2`` → ``/Kconfig.nrf:54`` → ``/subsys/Kconfig:40`` Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Enable Zigbee stack → Zigbee Log configuration → Backend used to log ZBOSS Traces .. code-block:: kconfig config ZBOSS_TRACE_USB_CDC_LOGGING bool "UART USB CDC (supported only for Zigbee NCP sample)" select USB select USB_DEVICE_STACK select USB_CDC_ACM select UART_LINE_CTRL select UART_INTERRUPT_DRIVEN depends on *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*