drivers: watchdog: it8xxx2: remove superfluous default n for boolean

bool symbols implicitly default to n so
there is no need to redundant those values.

Signed-off-by: Bartosz Bilas <bartosz.bilas@hotmail.com>
This commit is contained in:
Bartosz Bilas 2022-04-15 10:47:36 +02:00 committed by Marti Bolivar
commit 6f6ef91fa7

View file

@ -21,7 +21,6 @@ config WDT_ITE_WARNING_LEADING_TIME_MS
config WDT_ITE_REDUCE_WARNING_LEADING_TIME config WDT_ITE_REDUCE_WARNING_LEADING_TIME
bool "Reduce warning leading time" bool "Reduce warning leading time"
depends on SOC_IT8XXX2 depends on SOC_IT8XXX2
default n
help help
Once warning timer triggered, if watchdog timer isn't reloaded, Once warning timer triggered, if watchdog timer isn't reloaded,
then we will reduce interval of warning timer to 30ms to print then we will reduce interval of warning timer to 30ms to print