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 <[email protected]> --- configs/qcom_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/qcom_defconfig b/configs/qcom_defconfig index 86d7de89e7746e33f4385ca78c839b43319cd861..88595e5293418407dcaf1e7f8ee1b2b5f6bda4f5 100644 --- a/configs/qcom_defconfig +++ b/configs/qcom_defconfig @@ -44,6 +44,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 --- base-commit: 4d84fa1261eb27d57687f2e4c404a78b8653c183 change-id: 20250923-qcom_config_enable_cmd_wdt-c31e1a5f2e2a Best regards, -- Paul Sajna <[email protected]>

