:orphan: .. title:: CONFIG_MODEM_CONTEXT_VERBOSE_DEBUG .. kconfig:: CONFIG_MODEM_CONTEXT_VERBOSE_DEBUG CONFIG_MODEM_CONTEXT_VERBOSE_DEBUG ################################## *Verbose debug output in the modem context* Type: ``bool`` Help ==== .. code-block:: none Enabling this setting will turn on VERY heavy debugging from the modem context helper. Do NOT leave on for production. Direct dependencies =================== \ :kconfig:`MODEM_CONTEXT ` && \ :kconfig:`MODEM ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/modem/Kconfig:59`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:84`` Menu path: (Top) → Device Drivers → Modem Drivers → Modem context helper driver [EXPERIMENTAL] .. code-block:: kconfig config MODEM_CONTEXT_VERBOSE_DEBUG bool "Verbose debug output in the modem context" depends on MODEM_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.)*