
22 Aug
2021
22 Aug
'21
8:53 p.m.
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 samuel@sholland.org ---
arch/arm/Kconfig | 1 + 1 file changed, 1 insertion(+)
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index d692139199c..35b059c3faa 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1036,6 +1036,7 @@ config ARCH_SUNXI imply SPL_POWER imply SPL_SERIAL_SUPPORT imply USB_GADGET + imply WDT
config ARCH_U8500 bool "ST-Ericsson U8500 Series"
--
2.31.1