:orphan: .. title:: CONFIG_WDT_ITE_REDUCE_WARNING_LEADING_TIME .. kconfig:: CONFIG_WDT_ITE_REDUCE_WARNING_LEADING_TIME CONFIG_WDT_ITE_REDUCE_WARNING_LEADING_TIME ########################################## *Reduce warning leading time* Type: ``bool`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`SOC_IT8XXX2 ` && \ :kconfig:`WATCHDOG ` *(Includes any dependencies from ifs and menus.)* Default ======= - n Kconfig definition ================== At ``/watchdog/Kconfig.it8xxx2:21`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:54`` → ``/watchdog/Kconfig:85`` Menu path: (Top) → Device Drivers → Watchdog Support .. code-block:: kconfig 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.)*