:orphan: .. title:: choice CFB_LOG_LEVEL_CHOICE: Max compiled-in log level for cfb .. _choice_436: .. describe:: choice CFB_LOG_LEVEL_CHOICE: Max compiled-in log level for cfb *Max compiled-in log level for cfb* Type: ``bool`` Direct dependencies =================== \ :kconfig:`LOG ` && \ :kconfig:`CHARACTER_FRAMEBUFFER ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`CFB_LOG_LEVEL_INF ` Choice options ============== - \ :kconfig:`CFB_LOG_LEVEL_OFF ` - \ :kconfig:`CFB_LOG_LEVEL_ERR ` - \ :kconfig:`CFB_LOG_LEVEL_WRN ` - \ :kconfig:`CFB_LOG_LEVEL_INF ` - \ :kconfig:`CFB_LOG_LEVEL_DBG ` Kconfig definition ================== At ``/logging/Kconfig.template.log_config:3`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:23`` → ``/fb/Kconfig:36`` Menu path: (Top) → Sub Systems and OS Services → Character framebuffer for dot matrix displays .. code-block:: kconfig choice CFB_LOG_LEVEL_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.)*