:orphan: .. title:: choice: Max compiled-in log level for cfb .. _choice_381: .. describe:: choice: Max compiled-in log level for cfb *Max compiled-in log level for cfb* Type: ``bool`` Direct dependencies =================== \ :option:`LOG ` && \ :option:`CHARACTER_FRAMEBUFFER ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`CFB_LOG_LEVEL_INF ` Choice options ============== - \ :option:`CFB_LOG_LEVEL_OFF ` - \ :option:`CFB_LOG_LEVEL_ERR ` - \ :option:`CFB_LOG_LEVEL_WRN ` - \ :option:`CFB_LOG_LEVEL_INF ` - \ :option:`CFB_LOG_LEVEL_DBG ` Kconfig definition ================== At ``/logging/Kconfig.template.log_config:3`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``/Kconfig:23`` → ``/fb/Kconfig:36`` Menu path: (Top) → Sub Systems and OS Services → Character framebuffer for dot matrix displays .. code-block:: kconfig choice bool "Max compiled-in log level for cfb" default CFB_LOG_LEVEL_INF depends on LOG && CHARACTER_FRAMEBUFFER *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*