:orphan: .. title:: choice UART_MUX_LOG_LEVEL_CHOICE: Max compiled-in log level for UART mux .. _choice_285: .. describe:: choice UART_MUX_LOG_LEVEL_CHOICE: Max compiled-in log level for UART mux *Max compiled-in log level for UART mux* Type: ``bool`` Direct dependencies =================== \ :kconfig:`LOG ` && \ :kconfig:`UART_MUX ` && \ :kconfig:`CONSOLE ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`UART_MUX_LOG_LEVEL_INF ` Choice options ============== - \ :kconfig:`UART_MUX_LOG_LEVEL_OFF ` - \ :kconfig:`UART_MUX_LOG_LEVEL_ERR ` - \ :kconfig:`UART_MUX_LOG_LEVEL_WRN ` - \ :kconfig:`UART_MUX_LOG_LEVEL_INF ` - \ :kconfig:`UART_MUX_LOG_LEVEL_DBG ` Kconfig definition ================== At ``/logging/Kconfig.template.log_config:3`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:14`` → ``/console/Kconfig:397`` Menu path: (Top) → Device Drivers → Console drivers → Enable GSM 07.10 muxing protocol → Enable UART muxing (GSM 07.10) support [EXPERIMENTAL] .. code-block:: kconfig choice UART_MUX_LOG_LEVEL_CHOICE bool "Max compiled-in log level for UART mux" default UART_MUX_LOG_LEVEL_INF depends on LOG && UART_MUX && CONSOLE *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*