CONFIG_LVGL_LOG_LEVEL_ERR¶
Error
Type: bool
Direct dependencies¶
<choice LVGL_LOG_LEVEL_CHOICE: Max compiled-in log level for lvgl>
(Includes any dependencies from ifs and menus.)
Kconfig definition¶
At <Zephyr Subsystem>/logging/Kconfig.template.log_config:11
Included via Kconfig:8 → Kconfig.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 → Max compiled-in log level for lvgl
config LVGL_LOG_LEVEL_ERR
    bool "Error"
    depends on <choice LVGL_LOG_LEVEL_CHOICE>
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)