:orphan: .. title:: choice MPU_LOG_LEVEL_CHOICE: Max compiled-in log level for mpu .. _choice_273: .. describe:: choice MPU_LOG_LEVEL_CHOICE: Max compiled-in log level for mpu *Max compiled-in log level for mpu* Type: ``bool`` Direct dependencies =================== \ :kconfig:`LOG ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`MPU_LOG_LEVEL_INF ` Choice options ============== - \ :kconfig:`MPU_LOG_LEVEL_OFF ` - \ :kconfig:`MPU_LOG_LEVEL_ERR ` - \ :kconfig:`MPU_LOG_LEVEL_WRN ` - \ :kconfig:`MPU_LOG_LEVEL_INF ` - \ :kconfig:`MPU_LOG_LEVEL_DBG ` Kconfig definition ================== At ``/logging/Kconfig.template.log_config:3`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:39`` → ``/Kconfig:141`` Menu path: (Top) → General Architecture Options .. code-block:: kconfig choice MPU_LOG_LEVEL_CHOICE bool "Max compiled-in log level for mpu" default MPU_LOG_LEVEL_INF depends on LOG *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*