diff mbox series

[2/3] sunxi: Enable watchdog timer support by default

Message ID 20210822185330.18526-2-samuel@sholland.org
State Accepted
Delegated to: Andre Przywara
Headers show
Series [1/3] watchdog: Add a driver for the sunxi watchdog | expand

Commit Message

Samuel Holland Aug. 22, 2021, 6:53 p.m. UTC
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 mbox series

Patch

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"