:orphan: .. title:: choice PM_CPU_OPS_LOG_LEVEL_CHOICE: Max compiled-in log level for pm_cpu_ops .. _choice_466: .. describe:: choice PM_CPU_OPS_LOG_LEVEL_CHOICE: Max compiled-in log level for pm_cpu_ops *Max compiled-in log level for pm\_cpu\_ops* Type: ``bool`` Direct dependencies =================== \ :kconfig:`LOG ` && \ :kconfig:`PM_CPU_OPS ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`PM_CPU_OPS_LOG_LEVEL_INF ` Choice options ============== - \ :kconfig:`PM_CPU_OPS_LOG_LEVEL_OFF ` - \ :kconfig:`PM_CPU_OPS_LOG_LEVEL_ERR ` - \ :kconfig:`PM_CPU_OPS_LOG_LEVEL_WRN ` - \ :kconfig:`PM_CPU_OPS_LOG_LEVEL_INF ` - \ :kconfig:`PM_CPU_OPS_LOG_LEVEL_DBG ` Kconfig definition ================== At ``/logging/Kconfig.template.log_config:3`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:112`` → ``/pm_cpu_ops/Kconfig:15`` Menu path: (Top) → Device Drivers → CPU power management drivers .. code-block:: kconfig choice PM_CPU_OPS_LOG_LEVEL_CHOICE bool "Max compiled-in log level for pm_cpu_ops" default PM_CPU_OPS_LOG_LEVEL_INF depends on LOG && PM_CPU_OPS *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*