From f9318b067f43aa1618036db8d77d34086d62dc06 Mon Sep 17 00:00:00 2001 From: Bastien Curutchet Date: Thu, 3 Oct 2024 10:42:55 +0200 Subject: drivers: watchdog: Add DaVinci's watchdog support Add support for the DaVinci's watchdog timer Signed-off-by: Bastien Curutchet Reviewed-by: Stefan Roese --- drivers/watchdog/Kconfig | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'drivers/watchdog/Kconfig') diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index 90bc5653ee3..b6f7e4ee08a 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig @@ -175,6 +175,13 @@ config WDT_DA9063 help Enable support for the watchdog timer in Dialog DA9063. +config WDT_DAVINCI + bool "DaVinci watchdog timer support" + depends on WDT + help + Select this to enable the watchdog timer for DaVinci SoCs such as the + OMAP-L138. + config WDT_GPIO bool "External gpio watchdog support" depends on WDT -- cgit v1.2.3