aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorJan Kiszka <jan.kiszka@siemens.com>2021-09-18 08:17:56 +0200
committerTom Rini <trini@konsulko.com>2021-10-03 14:40:56 -0400
commit26fa063c6e6c12ff111c9ccadd41b84e3f66ad1d (patch)
tree6c7cd744ac55da0f0a782a40b6c165b405bcd7e8 /configs
parentf3efb1d10646548583aa24425fd4a499d185a739 (diff)
downloadu-boot-26fa063c6e6c12ff111c9ccadd41b84e3f66ad1d.zip
u-boot-26fa063c6e6c12ff111c9ccadd41b84e3f66ad1d.tar.gz
u-boot-26fa063c6e6c12ff111c9ccadd41b84e3f66ad1d.tar.bz2
iot2050: Enable watchdog support, but do not auto-start it
This allows to use the watchdog in custom scripts but does not enforce that the OS has to support it as well. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Diffstat (limited to 'configs')
-rw-r--r--configs/iot2050_defconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/configs/iot2050_defconfig b/configs/iot2050_defconfig
index b5c5fd7..72ee5c8 100644
--- a/configs/iot2050_defconfig
+++ b/configs/iot2050_defconfig
@@ -50,6 +50,7 @@ CONFIG_CMD_MMC=y
CONFIG_CMD_PCI=y
CONFIG_CMD_REMOTEPROC=y
CONFIG_CMD_USB=y
+CONFIG_CMD_WDT=y
# CONFIG_CMD_SETEXPR is not set
CONFIG_CMD_TIME=y
# CONFIG_ISO_PARTITION is not set
@@ -127,4 +128,9 @@ CONFIG_USB_XHCI_DWC3=y
CONFIG_USB_DWC3=y
CONFIG_USB_DWC3_GENERIC=y
CONFIG_USB_KEYBOARD=y
+# CONFIG_WATCHDOG is not set
+# CONFIG_WATCHDOG_AUTOSTART is not set
+CONFIG_WDT=y
+CONFIG_WDT_K3_RTI=y
+CONFIG_WDT_K3_RTI_LOAD_FW=y
CONFIG_OF_LIBFDT_OVERLAY=y