From 52eaefcc8ec450bc4f544163dea43c66f11988e4 Mon Sep 17 00:00:00 2001 From: anjiahao Date: Wed, 1 Feb 2023 18:04:39 +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 a1bc6abc08..faebebe0c3 100644 --- a/drivers/timers/Kconfig +++ b/drivers/timers/Kconfig @@ -354,7 +354,7 @@ config WATCHDOG_DEVPATH Please, check how your specific chip or board uses this symbol. FYI: It's NOT used by the Auto-monitor feature. -config CONFIG_WATCHDOG_MAGIC_V +config WATCHDOG_MAGIC_V bool "Watchdog Device Magic num" default y ---help---