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