From a09ae33be6fab3369b0bd3a282b5597138444ded Mon Sep 17 00:00:00 2001 From: Sai Santhosh Malae Date: Wed, 16 Apr 2025 10:11:25 +0530 Subject: [PATCH] drivers: timer: siwx91x: Remove sleeptimer as default soc timer Remove sleeptimer as default soc timer and it should be only used as soc timer if PM is enabled. Signed-off-by: Sai Santhosh Malae --- soc/silabs/silabs_siwx91x/Kconfig.defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soc/silabs/silabs_siwx91x/Kconfig.defconfig b/soc/silabs/silabs_siwx91x/Kconfig.defconfig index 12aa149ba9de..7485a1750289 100644 --- a/soc/silabs/silabs_siwx91x/Kconfig.defconfig +++ b/soc/silabs/silabs_siwx91x/Kconfig.defconfig @@ -4,7 +4,7 @@ if SOC_FAMILY_SILABS_SIWX91X configdefault SILABS_SLEEPTIMER_TIMER - default y + default y if PM configdefault CORTEX_M_SYSTICK default n if SILABS_SLEEPTIMER_TIMER