From: Samuel Holland Date: Sun, 22 Aug 2021 18:53:28 +0000 (-0500) Subject: sunxi: Enable watchdog timer support by default X-Git-Tag: v2022.01~75^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b147bd3607f81664ba8f40f455c11ddad6ae8841;p=platform%2Fkernel%2Fu-boot.git sunxi: Enable watchdog timer support by default A watchdog helps recover from hangs or failure to boot an OS. It can also be used by the sysreset framework to intentionally reset the system. Now that a driver is available, let's enable this functionality on sunxi boards. Signed-off-by: Samuel Holland Reviewed-by: Andre Przywara Signed-off-by: Andre Przywara --- diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index ebd9468..02f8306 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1066,6 +1066,7 @@ config ARCH_SUNXI imply SPL_POWER imply SPL_SERIAL imply USB_GADGET + imply WDT config ARCH_U8500 bool "ST-Ericsson U8500 Series"