aboutsummaryrefslogtreecommitdiff
path: root/arch/arm
diff options
context:
space:
mode:
authorSamuel Holland <samuel@sholland.org>2021-08-22 13:53:28 -0500
committerAndre Przywara <andre.przywara@arm.com>2021-10-25 14:54:36 +0100
commitb147bd3607f81664ba8f40f455c11ddad6ae8841 (patch)
tree3ef9aedda6ad63d534bf994682e35a5655815d8d /arch/arm
parent93d34faeda4cb8bb059a6b6fbff4f9969c6f41a7 (diff)
downloadu-boot-b147bd3607f81664ba8f40f455c11ddad6ae8841.zip
u-boot-b147bd3607f81664ba8f40f455c11ddad6ae8841.tar.gz
u-boot-b147bd3607f81664ba8f40f455c11ddad6ae8841.tar.bz2
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 <samuel@sholland.org> Reviewed-by: Andre Przywara <andre.przywara@arm.com> Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/Kconfig1
1 files changed, 1 insertions, 0 deletions
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"