-
CONFIG_SYS_LOG_ENTROPY_LEVEL
¶
Random Log level
Type: int
Help¶
Sets log level for entropy driver. Levels are: - 0 OFF: do not write - 1 ERROR: only write SYS_LOG_ERR - 2 WARNING: write SYS_LOG_WRN in addition to previous level - 3 INFO: write SYS_LOG_INF in addition to previous levels - 4 DEBUG: write SYS_LOG_DBG in addition to previous levels
Defaults¶
- 0 if
SYS_LOG
&&ENTROPY_GENERATOR
Kconfig definition¶
At drivers/entropy/Kconfig:34
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:28
Menu path: (top menu) → Device Drivers → Entropy Drivers
config SYS_LOG_ENTROPY_LEVEL int prompt "Random Log level" ifSYS_LOG
&&ENTROPY_GENERATOR
range 0 4 ifSYS_LOG
&&ENTROPY_GENERATOR
default 0 ifSYS_LOG
&&ENTROPY_GENERATOR
depends onSYS_LOG
&&ENTROPY_GENERATOR
help Sets log level for entropy driver. Levels are: - 0 OFF: do not write - 1 ERROR: only write SYS_LOG_ERR - 2 WARNING: write SYS_LOG_WRN in addition to previous level - 3 INFO: write SYS_LOG_INF in addition to previous levels - 4 DEBUG: write SYS_LOG_DBG in addition to previous levels
(Definitions include propagated dependencies, including from if’s and menus.)