CONFIG_WDT_ITE_REDUCE_WARNING_LEADING_TIME
Reduce warning leading time
Type: bool
Help
Once warning timer triggered, if watchdog timer isn't reloaded,
then we will reduce interval of warning timer to 30ms to print
more warning messages before watchdog reset.
Direct dependencies
(Includes any dependencies from ifs and menus.)
Default
n
Kconfig definition
At <Driver>/watchdog/Kconfig.it8xxx2:21
Included via Kconfig:8
→ Kconfig.zephyr:42
→ <Driver>/Kconfig:54
→ <Driver>/watchdog/Kconfig:85
Menu path: (Top) → Device Drivers → Watchdog Support
config WDT_ITE_REDUCE_WARNING_LEADING_TIME
bool "Reduce warning leading time"
default n
depends on SOC_IT8XXX2 && WATCHDOG
help
Once warning timer triggered, if watchdog timer isn't reloaded,
then we will reduce interval of warning timer to 30ms to print
more warning messages before watchdog reset.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)