From: Keerthy Date: Mon, 17 Feb 2025 10:57:18 +0000 (+0530) Subject: configs: j722s_evm_r5_defconfig: Enable the ESM Configs to support watchdog X-Git-Tag: v2025.07-rc1~18^2~67^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c22950aa7877e659e54fda68cc25cfeb57cc6932;p=thirdparty%2Fu-boot.git configs: j722s_evm_r5_defconfig: Enable the ESM Configs to support watchdog Enable ESM configs. ESMs are a prerequisite to enable watchdog reset functionality. The ESM aka error signalling module is primarily responsible for sensing the watchdog reset event. Signed-off-by: Keerthy --- diff --git a/configs/j722s_evm_r5_defconfig b/configs/j722s_evm_r5_defconfig index d51b21d6d0a..d96392db479 100644 --- a/configs/j722s_evm_r5_defconfig +++ b/configs/j722s_evm_r5_defconfig @@ -124,4 +124,7 @@ CONFIG_TIMER=y CONFIG_SPL_TIMER=y CONFIG_OMAP_TIMER=y CONFIG_LIB_RATIONAL=y +CONFIG_ESM_K3=y +CONFIG_SPL_DRIVERS_MISC=y +CONFIG_SPL_MISC=y CONFIG_SPL_LIB_RATIONAL=y