:orphan: .. title:: choice: Max compiled-in log level for psci .. _choice_326: .. describe:: choice: Max compiled-in log level for psci *Max compiled-in log level for psci* Type: ``bool`` Direct dependencies =================== \ :option:`LOG ` && \ :option:`ARM_PSCI ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`PSCI_LOG_LEVEL_INF ` Choice options ============== - \ :option:`PSCI_LOG_LEVEL_OFF ` - \ :option:`PSCI_LOG_LEVEL_ERR ` - \ :option:`PSCI_LOG_LEVEL_WRN ` - \ :option:`PSCI_LOG_LEVEL_INF ` - \ :option:`PSCI_LOG_LEVEL_DBG ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/logging/Kconfig.template.log_config:3`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:108`` → ``drivers/psci/Kconfig:20`` Menu path: (Top) → Device Drivers → Support for the ARM Power State Coordination Interface (PSCI) .. parsed-literal:: choice bool "Max compiled-in log level for psci" default \ :option:`PSCI_LOG_LEVEL_INF ` depends on \ :option:`LOG ` && \ :option:`ARM_PSCI ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*