From 30ef4dcc57c8324551853e3ab5a3e20ed17244b6 Mon Sep 17 00:00:00 2001 From: Balaji Selvanathan Date: Tue, 26 May 2026 14:37:10 +0530 Subject: [PATCH] configs: qcs615/qcs9100: Enable watchdog autostart Enable watchdog autostart for QCS615 and QCS9100 platforms to ensure the watchdog timer is automatically started during U-Boot initialization. Signed-off-by: Balaji Selvanathan --- configs/qcom_lemans_defconfig | 2 ++ configs/qcom_qcs615_defconfig | 2 ++ 2 files changed, 4 insertions(+) diff --git a/configs/qcom_lemans_defconfig b/configs/qcom_lemans_defconfig index c88e1c9242a3..388b2ca2e783 100644 --- a/configs/qcom_lemans_defconfig +++ b/configs/qcom_lemans_defconfig @@ -16,3 +16,5 @@ CONFIG_ENV_SCSI_PART_USE_TYPE_GUID=y CONFIG_ENV_SCSI_PART_TYPE_GUID="bc0330eb-3410-4951-a617-03898dbe3372" # CONFIG_ENV_IS_DEFAULT is not set # CONFIG_ENV_IS_NOWHERE is not set + +CONFIG_WATCHDOG_AUTOSTART=y diff --git a/configs/qcom_qcs615_defconfig b/configs/qcom_qcs615_defconfig index 718b4276dfe5..7b3c97046c9c 100644 --- a/configs/qcom_qcs615_defconfig +++ b/configs/qcom_qcs615_defconfig @@ -35,3 +35,5 @@ CONFIG_ENV_MMC_USE_SW_PARTITION=y CONFIG_ENV_MMC_SW_PARTITION="logfs" CONFIG_ENV_OFFSET=0x0 CONFIG_ENV_SIZE=0x4000 + +CONFIG_WATCHDOG_AUTOSTART=y