:orphan: .. title:: CONFIG_GSM_MUX_VERBOSE_DEBUG .. kconfig:: CONFIG_GSM_MUX_VERBOSE_DEBUG CONFIG_GSM_MUX_VERBOSE_DEBUG ############################ *Print hexdump of sent and received packets* Type: ``bool`` Help ==== .. code-block:: none As there might be lot of debug output printed, only enable this if really needed. Direct dependencies =================== \ :kconfig:`GSM_MUX_LOG_LEVEL_DBG ` && \ :kconfig:`GSM_MUX ` && \ :kconfig:`CONSOLE ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/console/Kconfig.gsm_mux:109`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:14`` → ``/console/Kconfig:325`` Menu path: (Top) → Device Drivers → Console drivers → Enable GSM 07.10 muxing protocol .. code-block:: kconfig config GSM_MUX_VERBOSE_DEBUG bool "Print hexdump of sent and received packets" depends on GSM_MUX_LOG_LEVEL_DBG && GSM_MUX && CONSOLE help As there might be lot of debug output printed, only enable this if really needed. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*