diff options
author | Samuel Holland <samuel@sholland.org> | 2021-08-22 21:53:28 +0300 |
---|---|---|
committer | Andre Przywara <andre.przywara@arm.com> | 2021-10-25 16:54:36 +0300 |
commit | b147bd3607f81664ba8f40f455c11ddad6ae8841 (patch) | |
tree | 3ef9aedda6ad63d534bf994682e35a5655815d8d /arch/arm/Kconfig | |
parent | 93d34faeda4cb8bb059a6b6fbff4f9969c6f41a7 (diff) | |
download | u-boot-b147bd3607f81664ba8f40f455c11ddad6ae8841.tar.xz |
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/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index ebd9468d11..02f8306f15 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" |