diff options
author | Jan Kiszka | 2021-09-18 08:17:56 +0200 |
---|---|---|
committer | Tom Rini | 2021-10-03 14:40:56 -0400 |
commit | 26fa063c6e6c12ff111c9ccadd41b84e3f66ad1d (patch) | |
tree | 6c7cd744ac55da0f0a782a40b6c165b405bcd7e8 /configs/iot2050_defconfig | |
parent | f3efb1d10646548583aa24425fd4a499d185a739 (diff) |
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/iot2050_defconfig')
-rw-r--r-- | configs/iot2050_defconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configs/iot2050_defconfig b/configs/iot2050_defconfig index b5c5fd7ac18..72ee5c83f11 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 |