From ae5922589809709b60b81cc2aa27b0eff675abcc Mon Sep 17 00:00:00 2001 From: wangchengdong Date: Fri, 26 Dec 2025 16:55:28 +0800 Subject: [PATCH] arch/tricore: enable CONFIG_SYSTEM_TIME64 for TC397 Enable CONFIG_SYSTEM_TIME64 for tricore/TC397, as this platform uses a 64-bit timer. Signed-off-by: Chengdong Wang --- boards/tricore/tc397/a2g-tc397-5v-tft/configs/nsh/defconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/boards/tricore/tc397/a2g-tc397-5v-tft/configs/nsh/defconfig b/boards/tricore/tc397/a2g-tc397-5v-tft/configs/nsh/defconfig index 6c107694a51..682becc5328 100644 --- a/boards/tricore/tc397/a2g-tc397-5v-tft/configs/nsh/defconfig +++ b/boards/tricore/tc397/a2g-tc397-5v-tft/configs/nsh/defconfig @@ -53,4 +53,5 @@ CONFIG_TESTING_GETPRIME=y CONFIG_TESTING_OSTEST=y CONFIG_UART0_SERIAL_CONSOLE=y CONFIG_SCHED_EVENTS=y -CONFIG_HRTIMER=y \ No newline at end of file +CONFIG_HRTIMER=y +CONFIG_SYSTEM_TIME64=y \ No newline at end of file