:orphan: .. title:: choice DISPLAY_LOG_LEVEL_CHOICE: Max compiled-in log level for display .. _choice_435: .. describe:: choice DISPLAY_LOG_LEVEL_CHOICE: Max compiled-in log level for display *Max compiled-in log level for display* Type: ``bool`` Direct dependencies =================== \ :kconfig:`LOG ` && \ :kconfig:`DISPLAY ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`DISPLAY_LOG_LEVEL_INF ` Choice options ============== - \ :kconfig:`DISPLAY_LOG_LEVEL_OFF ` - \ :kconfig:`DISPLAY_LOG_LEVEL_ERR ` - \ :kconfig:`DISPLAY_LOG_LEVEL_WRN ` - \ :kconfig:`DISPLAY_LOG_LEVEL_INF ` - \ :kconfig:`DISPLAY_LOG_LEVEL_DBG ` Kconfig definition ================== At ``/logging/Kconfig.template.log_config:3`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:74`` → ``/display/Kconfig:21`` Menu path: (Top) → Device Drivers → Display Drivers .. code-block:: kconfig choice DISPLAY_LOG_LEVEL_CHOICE bool "Max compiled-in log level for display" default DISPLAY_LOG_LEVEL_INF depends on LOG && DISPLAY *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*