CONFIG_LOG_MINIMAL

(No prompt – not directly user assignable.)

Type: bool

Direct dependencies

LOG

(Includes any dependencies from ifs and menus.)

Default

Symbols implied by this symbol

Symbols that imply this symbol

Kconfig definition

At <Zephyr Subsystem>/logging/Kconfig.mode:74

Included via Kconfig:8Kconfig.zephyr:44<Zephyr Subsystem>/Kconfig:31<Zephyr Subsystem>/logging/Kconfig:13

Menu path: (Top) → Sub Systems and OS Services → Logging

config LOG_MINIMAL
    bool
    default y if LOG_MODE_MINIMAL
    imply PRINTK
    depends on LOG

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