]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
sunxi: Enable watchdog timer support by default
authorSamuel Holland <samuel@sholland.org>
Sun, 22 Aug 2021 18:53:28 +0000 (13:53 -0500)
committerAndre Przywara <andre.przywara@arm.com>
Mon, 25 Oct 2021 13:54:36 +0000 (14:54 +0100)
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>
Reviewed-by: Andre Przywara <andre.przywara@arm.com>
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
arch/arm/Kconfig

index ebd9468d11dcd9dbd1714424e5cee9d911cc88ae..02f8306f15a20270b5bfa4081057b2f968311b31 100644 (file)
@@ -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"