:orphan: .. title:: choice: Max compiled-in log level for ps2 .. _choice_329: .. 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 ================== At ``/logging/Kconfig.template.log_config:3`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:92`` → ``/ps2/Kconfig:17`` Menu path: (Top) → Device Drivers → PS/2 Drivers .. code-block:: kconfig choice bool "Max compiled-in log level for ps2" default PS2_LOG_LEVEL_INF depends on LOG && PS2 *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*