-
CONFIG_WDT_LOG_LEVEL
¶
(No prompt – not directly user assignable.)
Type: int
Defaults¶
- 0 if
WDT_LOG_LEVEL_OFF
&&LOG
&&WATCHDOG
- 1 if
WDT_LOG_LEVEL_ERR
&&LOG
&&WATCHDOG
- 2 if
WDT_LOG_LEVEL_WRN
&&LOG
&&WATCHDOG
- 3 if
WDT_LOG_LEVEL_INF
&&LOG
&&WATCHDOG
- 4 if
WDT_LOG_LEVEL_DBG
&&LOG
&&WATCHDOG
Kconfig definition¶
At subsys/logging/Kconfig.template.log_config:25
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:50
→ drivers/watchdog/Kconfig:33
Menu path: (top menu) → Device Drivers → Watchdog Support
config WDT_LOG_LEVEL int default 0 ifWDT_LOG_LEVEL_OFF
&&LOG
&&WATCHDOG
default 1 ifWDT_LOG_LEVEL_ERR
&&LOG
&&WATCHDOG
default 2 ifWDT_LOG_LEVEL_WRN
&&LOG
&&WATCHDOG
default 3 ifWDT_LOG_LEVEL_INF
&&LOG
&&WATCHDOG
default 4 ifWDT_LOG_LEVEL_DBG
&&LOG
&&WATCHDOG
depends onLOG
&&WATCHDOG
(Definitions include propagated dependencies, including from if’s and menus.)