:orphan: .. title:: choice: Max compiled-in log level for ps2 .. _choice_319: .. describe:: choice: Max compiled-in log level for ps2 *Max compiled-in log level for ps2* Type: ``bool`` Direct dependencies =================== \ :option:`LOG ` && \ :option:`PS2 ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`PS2_LOG_LEVEL_INF ` Choice options ============== - \ :option:`PS2_LOG_LEVEL_OFF ` - \ :option:`PS2_LOG_LEVEL_ERR ` - \ :option:`PS2_LOG_LEVEL_WRN ` - \ :option:`PS2_LOG_LEVEL_INF ` - \ :option:`PS2_LOG_LEVEL_DBG ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/logging/Kconfig.template.log_config:3`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:92`` → ``drivers/ps2/Kconfig:17`` Menu path: (Top) → Device Drivers → PS/2 Drivers .. parsed-literal:: choice bool "Max compiled-in log level for ps2" default \ :option:`PS2_LOG_LEVEL_INF ` depends on \ :option:`LOG ` && \ :option:`PS2 ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*