:orphan: .. title:: choice: Max compiled-in log level for cfb .. _choice_367: .. 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 ================== .. highlight:: kconfig At ``subsys/logging/Kconfig.template.log_config:3`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:23`` → ``subsys/fb/Kconfig:36`` Menu path: (Top) → Sub Systems and OS Services → Character framebuffer for dot matrix displays .. parsed-literal:: choice bool "Max compiled-in log level for cfb" default \ :option:`CFB_LOG_LEVEL_INF ` depends on \ :option:`LOG ` && \ :option:`CHARACTER_FRAMEBUFFER ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*