mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-18 06:58:54 +00:00
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>
This commit is contained in:
parent
93d34faeda
commit
b147bd3607
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue