:orphan: .. title:: choice LVGL_LOG_LEVEL_CHOICE: Max compiled-in log level for lvgl .. _choice_475: .. describe:: choice LVGL_LOG_LEVEL_CHOICE: Max compiled-in log level for lvgl *Max compiled-in log level for lvgl* Type: ``bool`` Direct dependencies =================== \ :kconfig:`LOG ` && \ :kconfig:`LVGL ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`LVGL_LOG_LEVEL_INF ` Choice options ============== - \ :kconfig:`LVGL_LOG_LEVEL_OFF ` - \ :kconfig:`LVGL_LOG_LEVEL_ERR ` - \ :kconfig:`LVGL_LOG_LEVEL_WRN ` - \ :kconfig:`LVGL_LOG_LEVEL_INF ` - \ :kconfig:`LVGL_LOG_LEVEL_DBG ` Kconfig definition ================== At ``/logging/Kconfig.template.log_config:3`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:43`` → ``/Kconfig:8`` → ``/gui/Kconfig:4`` → ``/gui/lvgl/Kconfig:14`` Menu path: (Top) → Additional libraries → LittlevGL GUI library .. code-block:: kconfig 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.)*