-
CONFIG_MPU_LOG_LEVEL
¶
(No prompt – not directly user assignable.)
Type: int
Defaults¶
- 0 if
MPU_LOG_LEVEL_OFF
&&LOG
- 1 if
MPU_LOG_LEVEL_ERR
&&LOG
- 2 if
MPU_LOG_LEVEL_WRN
&&LOG
- 3 if
MPU_LOG_LEVEL_INF
&&LOG
- 4 if
MPU_LOG_LEVEL_DBG
&&LOG
Kconfig definition¶
At subsys/logging/Kconfig.template.log_config:25
Included via Kconfig:10
→ Kconfig.zephyr:29
→ arch/Kconfig:73
Menu path: (top menu) → General Architecture Options
config MPU_LOG_LEVEL int default 0 ifMPU_LOG_LEVEL_OFF
&&LOG
default 1 ifMPU_LOG_LEVEL_ERR
&&LOG
default 2 ifMPU_LOG_LEVEL_WRN
&&LOG
default 3 ifMPU_LOG_LEVEL_INF
&&LOG
default 4 ifMPU_LOG_LEVEL_DBG
&&LOG
depends onLOG
(Definitions include propagated dependencies, including from if’s and menus.)