From 8f463c2a0d77e092927b7ef94aa6dff4e8166e8a Mon Sep 17 00:00:00 2001 From: Christopher Obbard Date: Thu, 17 Sep 2026 09:48:35 +0100 Subject: [PATCH] kernel-configs: built-in qcom watchdog As some of boot scenarios enable the watchdog in the early boot, set CONFIG_QCOM_WDT=y to make sure the watchdog is picked up by the kernel early enough. See: https://github.com/qualcomm-linux/qcom-deb-images/pull/637 Signed-off-by: Christopher Obbard --- debian/config-available/watchdog.config | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 debian/config-available/watchdog.config diff --git a/debian/config-available/watchdog.config b/debian/config-available/watchdog.config new file mode 100644 index 00000000..a98a7c30 --- /dev/null +++ b/debian/config-available/watchdog.config @@ -0,0 +1,6 @@ +# Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries. +# SPDX-License-Identifier: BSD-3-Clause + +# Qualcomm platforms hand the kernel an already-running apps watchdog, it +# needs to be picked up early or it might reset the board mid initramfs +CONFIG_QCOM_WDT=y