From: Paul Sajna Date: Wed, 24 Sep 2025 02:05:19 +0000 (-0700) Subject: qcom_defconfig: enable watchdog command X-Git-Tag: v2026.01-rc2~53^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1cab8d1e22d992ee59a066b25d12baff4e1446ea;p=pandora-u-boot.git qcom_defconfig: enable watchdog command CONFIG_WDT and CONFIG_WDT_QCOM were previously added in https://source.denx.de/u-boot/u-boot/-/commit/530764de9fc8539cd2354501e9c42804bc4c4dac U-Boot and Linux pet the watchdog by default, but it's helpful to also have the command to control the watchdog, (CONFIG_CMD_WDT) so it can be manually disabled by the user, for example, if the kernel is expected to stall during debugging with kgdb. Signed-off-by: Paul Sajna Reviewed-by: Neil Armstrong Link: https://lore.kernel.org/r/20250923-qcom_config_enable_cmd_wdt-v1-1-70cccf9f01e3@postmarketos.org Signed-off-by: Casey Connolly --- diff --git a/configs/qcom_defconfig b/configs/qcom_defconfig index eb201228c40..87dad8876f0 100644 --- a/configs/qcom_defconfig +++ b/configs/qcom_defconfig @@ -46,6 +46,7 @@ CONFIG_CMD_EFIDEBUG=y CONFIG_CMD_RNG=y CONFIG_CMD_REGULATOR=y CONFIG_CMD_LOG=y +CONFIG_CMD_WDT=y CONFIG_OF_LIVE=y CONFIG_OF_UPSTREAM_BUILD_VENDOR=y CONFIG_ENV_USE_DEFAULT_ENV_TEXT_FILE=y