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