From 85330d2f2df62ed9ed3fb36b8b55887e6e89ba83 Mon Sep 17 00:00:00 2001 From: "William A. Kennington III" Date: Fri, 28 Apr 2023 14:07:31 -0700 Subject: meta-google: linux: Add useful watchdog parameters This is needed to enable a pretimeout watchdog in the kernel. Change-Id: I2dc7fbea713e1805b0c50903b4f08f55f09c122e Signed-off-by: William A. Kennington III --- meta-google/recipes-kernel/linux/files/gbmc.cfg | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meta-google/recipes-kernel/linux/files/gbmc.cfg b/meta-google/recipes-kernel/linux/files/gbmc.cfg index 566c5a8d7d..c8a5364464 100644 --- a/meta-google/recipes-kernel/linux/files/gbmc.cfg +++ b/meta-google/recipes-kernel/linux/files/gbmc.cfg @@ -59,3 +59,8 @@ CONFIG_PSTORE_DEFLATE_COMPRESS=n CONFIG_PSTORE_ZSTD_COMPRESS=y CONFIG_PSTORE_ZSTD_COMPRESS_DEFAULT=y CONFIG_PRINTK_TIME=y + +# Watchdog Related Configuration +CONFIG_WATCHDOG_SYSFS=y +CONFIG_WATCHDOG_HRTIMER_PRETIMEOUT=y +CONFIG_WATCHDOG_PRETIMEOUT_GOV=y -- cgit v1.2.3