diff options
author | Keerthy <j-keerthy@ti.com> | 2025-02-17 16:27:18 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-03-03 14:22:17 -0600 |
commit | c22950aa7877e659e54fda68cc25cfeb57cc6932 (patch) | |
tree | f42fea06e59eb5e0bc4581ac432a9fd54554c3f4 | |
parent | 07cb392b11382bc730c74c563e58ae8bcc908c48 (diff) |
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 <j-keerthy@ti.com>
-rw-r--r-- | configs/j722s_evm_r5_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
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 |