:orphan: .. title:: CONFIG_FMFU_FDEV_LOG_LEVEL .. kconfig:: CONFIG_FMFU_FDEV_LOG_LEVEL CONFIG_FMFU_FDEV_LOG_LEVEL ########################## *(No prompt -- not directly user assignable.)* Type: ``int`` Direct dependencies =================== \ :kconfig:`LOG ` && \ :kconfig:`FMFU_FDEV ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - 0 if \ :kconfig:`FMFU_FDEV_LOG_LEVEL_OFF ` - 1 if \ :kconfig:`FMFU_FDEV_LOG_LEVEL_ERR ` - 2 if \ :kconfig:`FMFU_FDEV_LOG_LEVEL_WRN ` - 3 if \ :kconfig:`FMFU_FDEV_LOG_LEVEL_INF ` - 4 if \ :kconfig:`FMFU_FDEV_LOG_LEVEL_DBG ` Kconfig definition ================== At ``/subsys/logging/Kconfig.template.log_config:25`` Included via ``/Kconfig:8`` → ``/Kconfig.zephyr:31`` → ``/modules/Kconfig:6`` → ``/doc/_build/kconfig/Kconfig.modules:2`` → ``/Kconfig.nrf:54`` → ``/subsys/Kconfig:12`` → ``/subsys/dfu/Kconfig:11`` → ``/subsys/dfu/fmfu_fdev/Kconfig:40`` Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → DFU → Full Modem Firmware Upgrade from flash device .. code-block:: kconfig config FMFU_FDEV_LOG_LEVEL int default 0 if FMFU_FDEV_LOG_LEVEL_OFF default 1 if FMFU_FDEV_LOG_LEVEL_ERR default 2 if FMFU_FDEV_LOG_LEVEL_WRN default 3 if FMFU_FDEV_LOG_LEVEL_INF default 4 if FMFU_FDEV_LOG_LEVEL_DBG depends on LOG && FMFU_FDEV *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*