:orphan: .. title:: CONFIG_TRACING_BACKEND_UART_NAME .. kconfig:: CONFIG_TRACING_BACKEND_UART_NAME CONFIG_TRACING_BACKEND_UART_NAME ################################ *Device Name of UART Device for UART backend* Type: ``string`` Help ==== .. code-block:: none This option specifies the name of UART device to be used for tracing backend. Direct dependencies =================== \ :kconfig:`TRACING_BACKEND_UART ` && \ :kconfig:`TRACING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - "" if \ :kconfig:`HAS_DTS ` - "UART_0" Kconfig definition ================== At ``/tracing/Kconfig:174`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:65`` Menu path: (Top) → Sub Systems and OS Services → Tracing Support .. code-block:: kconfig config TRACING_BACKEND_UART_NAME string "Device Name of UART Device for UART backend" default "" if HAS_DTS default "UART_0" depends on TRACING_BACKEND_UART && TRACING help This option specifies the name of UART device to be used for tracing backend. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*