:orphan: .. title:: choice: Max compiled-in log level for lvgl .. _choice_329: .. describe:: choice: Max compiled-in log level for lvgl *Max compiled-in log level for lvgl* Type: ``bool`` Direct dependencies =================== \ :option:`LOG ` && \ :option:`LVGL ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`LVGL_LOG_LEVEL_INF ` Choice options ============== - \ :option:`LVGL_LOG_LEVEL_OFF ` - \ :option:`LVGL_LOG_LEVEL_ERR ` - \ :option:`LVGL_LOG_LEVEL_WRN ` - \ :option:`LVGL_LOG_LEVEL_INF ` - \ :option:`LVGL_LOG_LEVEL_DBG ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/logging/Kconfig.template.log_config:3`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``lib/Kconfig:14`` → ``lib/gui/Kconfig:4`` → ``lib/gui/lvgl/Kconfig:14`` Menu path: (Top) → Additional libraries → LittlevGL GUI library .. parsed-literal:: choice bool "Max compiled-in log level for lvgl" default \ :option:`LVGL_LOG_LEVEL_INF ` depends on \ :option:`LOG ` && \ :option:`LVGL ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*