From 6f2f62f4ce3ea2f3621a296b201b657fbc9057f5 Mon Sep 17 00:00:00 2001 From: anjiahao Date: Mon, 30 Jan 2023 20:55:06 +0800 Subject: [PATCH] watchdog:fix Kconfig typo Signed-off-by: anjiahao --- drivers/timers/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/timers/Kconfig b/drivers/timers/Kconfig index b0a86dd0bf5..a1bc6abc082 100644 --- a/drivers/timers/Kconfig +++ b/drivers/timers/Kconfig @@ -356,7 +356,7 @@ config WATCHDOG_DEVPATH config CONFIG_WATCHDOG_MAGIC_V bool "Watchdog Device Magic num" - default Y + default y ---help--- The watchdog can be stopped by writing 'V' to the watchdog's device node