:orphan: .. title:: choice: Log level for GSM 07.10 Mux driver .. _choice_284: .. describe:: choice: Log level for GSM 07.10 Mux driver *Log level for GSM 07.10 Mux driver* Type: ``bool`` Direct dependencies =================== \ :kconfig:`LOG ` && \ :kconfig:`GSM_MUX ` && \ :kconfig:`CONSOLE ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`GSM_MUX_LOG_LEVEL_DEFAULT ` Choice options ============== - \ :kconfig:`GSM_MUX_LOG_LEVEL_OFF ` - \ :kconfig:`GSM_MUX_LOG_LEVEL_ERR ` - \ :kconfig:`GSM_MUX_LOG_LEVEL_WRN ` - \ :kconfig:`GSM_MUX_LOG_LEVEL_INF ` - \ :kconfig:`GSM_MUX_LOG_LEVEL_DBG ` - \ :kconfig:`GSM_MUX_LOG_LEVEL_DEFAULT ` Kconfig definition ================== At ``/net/Kconfig.template.log_config.net:7`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:14`` → ``/console/Kconfig:325`` → ``/console/Kconfig.gsm_mux:107`` Menu path: (Top) → Device Drivers → Console drivers → Enable GSM 07.10 muxing protocol .. code-block:: kconfig choice bool "Log level for GSM 07.10 Mux driver" default GSM_MUX_LOG_LEVEL_DEFAULT depends on LOG && GSM_MUX && CONSOLE *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*