diff options
| author | Bastien Curutchet <bastien.curutchet@bootlin.com> | 2024-10-03 10:42:55 +0200 |
|---|---|---|
| committer | Stefan Roese <sr@denx.de> | 2024-10-23 06:52:38 +0200 |
| commit | f9318b067f43aa1618036db8d77d34086d62dc06 (patch) | |
| tree | a10eb1a42a92e7d960113f1c3491774a20788bfa /drivers/watchdog/Kconfig | |
| parent | 7f3d53c8bf3b851837dc2f5dd85e0c6a0d0116a1 (diff) | |
drivers: watchdog: Add DaVinci's watchdog support
Add support for the DaVinci's watchdog timer
Signed-off-by: Bastien Curutchet <bastien.curutchet@bootlin.com>
Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'drivers/watchdog/Kconfig')
| -rw-r--r-- | drivers/watchdog/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
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 |
