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