-
CONFIG_MODEM_CONTEXT_VERBOSE_DEBUG
¶
Verbose debug output in the modem context
Type: bool
Help¶
Enabling this setting will turn on VERY heavy debugging from the modem context helper. Do NOT leave on for production.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At <Zephyr>/drivers/modem/Kconfig:58
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:82
Menu path: (Top) → Device Drivers → Modem Drivers → Modem context helper driver [EXPERIMENTAL]
config MODEM_CONTEXT_VERBOSE_DEBUG bool "Verbose debug output in the modem context" depends onMODEM_CONTEXT
&&MODEM
help Enabling this setting will turn on VERY heavy debugging from the modem context helper. Do NOT leave on for production.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)