-
CONFIG_FLASH_LOG_LEVEL
¶
(No prompt – not directly user assignable.)
Type: int
Defaults¶
- 0 if
FLASH_LOG_LEVEL_OFF
&&LOG
&&FLASH
- 1 if
FLASH_LOG_LEVEL_ERR
&&LOG
&&FLASH
- 2 if
FLASH_LOG_LEVEL_WRN
&&LOG
&&FLASH
- 3 if
FLASH_LOG_LEVEL_INF
&&LOG
&&FLASH
- 4 if
FLASH_LOG_LEVEL_DBG
&&LOG
&&FLASH
Kconfig definition¶
At subsys/logging/Kconfig.template.log_config:25
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:60
→ drivers/flash/Kconfig:32
Menu path: (top menu) → Device Drivers → Flash hardware support
config FLASH_LOG_LEVEL int default 0 ifFLASH_LOG_LEVEL_OFF
&&LOG
&&FLASH
default 1 ifFLASH_LOG_LEVEL_ERR
&&LOG
&&FLASH
default 2 ifFLASH_LOG_LEVEL_WRN
&&LOG
&&FLASH
default 3 ifFLASH_LOG_LEVEL_INF
&&LOG
&&FLASH
default 4 ifFLASH_LOG_LEVEL_DBG
&&LOG
&&FLASH
depends onLOG
&&FLASH
(Definitions include propagated dependencies, including from if’s and menus.)