From b591bc0b94375bc90aaf89442dd7f7fb48e4c394 Mon Sep 17 00:00:00 2001 From: Vincent Wan Date: Thu, 20 Feb 2020 11:49:48 -0800 Subject: [PATCH] soc: cc13x2_cc26x2: set SYS_PM_STATE_LOCK when power management is enabled When power management is enabled, SYS_PM_STATE_LOCK is necessary in order to prevent the power policy from automatically entering certain sleep states. Signed-off-by: Vincent Wan --- soc/arm/ti_simplelink/cc13x2_cc26x2/Kconfig.series | 1 + 1 file changed, 1 insertion(+) diff --git a/soc/arm/ti_simplelink/cc13x2_cc26x2/Kconfig.series b/soc/arm/ti_simplelink/cc13x2_cc26x2/Kconfig.series index ccb78872b85..84da7b18474 100644 --- a/soc/arm/ti_simplelink/cc13x2_cc26x2/Kconfig.series +++ b/soc/arm/ti_simplelink/cc13x2_cc26x2/Kconfig.series @@ -14,5 +14,6 @@ config SOC_SERIES_CC13X2_CC26X2 select HAS_TI_CCFG select HAS_SYS_POWER_STATE_SLEEP_1 select HAS_SYS_POWER_STATE_SLEEP_2 + select SYS_PM_STATE_LOCK if SYS_POWER_MANAGEMENT help Enable support for TI SimpleLink CC13x2 / CC26x2 SoCs