:orphan: .. title:: choice IPM_LOG_LEVEL_CHOICE: Max compiled-in log level for ipm .. _choice_322: .. describe:: choice IPM_LOG_LEVEL_CHOICE: Max compiled-in log level for ipm *Max compiled-in log level for ipm* Type: ``bool`` Direct dependencies =================== \ :kconfig:`LOG ` && \ :kconfig:`IPM ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`IPM_LOG_LEVEL_INF ` Choice options ============== - \ :kconfig:`IPM_LOG_LEVEL_OFF ` - \ :kconfig:`IPM_LOG_LEVEL_ERR ` - \ :kconfig:`IPM_LOG_LEVEL_WRN ` - \ :kconfig:`IPM_LOG_LEVEL_INF ` - \ :kconfig:`IPM_LOG_LEVEL_DBG ` Kconfig definition ================== At ``/logging/Kconfig.template.log_config:3`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:60`` → ``/ipm/Kconfig:132`` Menu path: (Top) → Device Drivers → IPM drivers .. code-block:: kconfig choice IPM_LOG_LEVEL_CHOICE bool "Max compiled-in log level for ipm" default IPM_LOG_LEVEL_INF depends on LOG && IPM *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*