choice LVGL_LOG_LEVEL_CHOICE: Max compiled-in log level for lvgl

Max compiled-in log level for lvgl

Type: bool

Direct dependencies

LOG && LVGL

(Includes any dependencies from ifs and menus.)

Kconfig definition

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

Included via Kconfig:8Kconfig.zephyr:43<Zephyr Library>/Kconfig:8<Zephyr Library>/gui/Kconfig:4<Zephyr Library>/gui/lvgl/Kconfig:14

Menu path: (Top) → Additional libraries → LittlevGL GUI library

choice LVGL_LOG_LEVEL_CHOICE
    bool "Max compiled-in log level for lvgl"
    default LVGL_LOG_LEVEL_INF
    depends on LOG && LVGL

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