The latest development version of this page may be more current than this released 2.7.0 version.
choice BBRAM_LOG_LEVEL_CHOICE: Max compiled-in log level for bbram

Max compiled-in log level for bbram

Type: bool

Direct dependencies

LOG && BBRAM

(Includes any dependencies from ifs and menus.)

Kconfig definition

At subsys/logging/Kconfig.template.log_config:3

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:122drivers/bbram/Kconfig:13

Menu path: (Top) → Device Drivers → Battery-backed RAM drivers

choice BBRAM_LOG_LEVEL_CHOICE
    bool "Max compiled-in log level for bbram"
    default BBRAM_LOG_LEVEL_INF
    depends on LOG && BBRAM

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)