choice CACHE_LOG_LEVEL_CHOICE: Max compiled-in log level for cache

Max compiled-in log level for cache

Type: bool

Direct dependencies

LOG && CACHE

(Includes any dependencies from ifs and menus.)

Kconfig definition

At <Zephyr Subsystem>/logging/Kconfig.template.log_config:3

Included via Kconfig:8Kconfig.zephyr:42<Zephyr Driver>/Kconfig:118<Zephyr Driver>/cache/Kconfig:13

Menu path: (Top) → Device Drivers → External cache controllers drivers

choice CACHE_LOG_LEVEL_CHOICE
    bool "Max compiled-in log level for cache"
    default CACHE_LOG_LEVEL_INF
    depends on LOG && CACHE

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