:orphan: .. title:: choice: UART Backend Output Mode .. _choice_526: .. describe:: choice: UART Backend Output Mode *UART Backend Output Mode* Type: ``bool`` Direct dependencies =================== \ :kconfig:`LOG_BACKEND_UART ` && !\ :kconfig:`LOG_FRONTEND ` && !\ :kconfig:`LOG_MINIMAL ` && \ :kconfig:`LOG ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`LOG_BACKEND_UART_OUTPUT_TEXT ` Choice options ============== - \ :kconfig:`LOG_BACKEND_UART_OUTPUT_TEXT ` - \ :kconfig:`LOG_BACKEND_UART_SYST_ENABLE ` - \ :kconfig:`LOG_BACKEND_UART_OUTPUT_DICTIONARY_HEX ` - \ :kconfig:`LOG_BACKEND_UART_OUTPUT_DICTIONARY_BIN ` Kconfig definition ================== At ``/logging/Kconfig.backends:22`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:31`` → ``/logging/Kconfig:23`` Menu path: (Top) → Sub Systems and OS Services → Logging → Backends → Enable UART backend .. code-block:: kconfig choice bool "UART Backend Output Mode" default LOG_BACKEND_UART_OUTPUT_TEXT depends on LOG_BACKEND_UART && !LOG_FRONTEND && !LOG_MINIMAL && LOG *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*