From: Michael Walle Date: Mon, 15 Nov 2021 22:45:48 +0000 (+0100) Subject: board: sl28: enable SoC watchdog support X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-favicon.png?a=commitdiff_plain;h=2ba8a446ceece208c5926b623ddfd66bd163ff27;p=u-boot.git board: sl28: enable SoC watchdog support The SoC provides two additional watchdogs integrated in the SoC. Enable support for these. Signed-off-by: Michael Walle Reviewed-by: Priyanka Jain --- diff --git a/configs/kontron_sl28_defconfig b/configs/kontron_sl28_defconfig index a0c0c3c6a1..a4d9254815 100644 --- a/configs/kontron_sl28_defconfig +++ b/configs/kontron_sl28_defconfig @@ -110,6 +110,7 @@ CONFIG_USB_GADGET_DOWNLOAD=y # CONFIG_WATCHDOG_AUTOSTART is not set CONFIG_WDT=y CONFIG_WDT_SL28CPLD=y +CONFIG_WDT_SP805=y CONFIG_OF_LIBFDT_ASSUME_MASK=0x0 CONFIG_OF_LIBFDT_OVERLAY=y CONFIG_EFI_SET_TIME=y