From f0a2f2b42300a2ebfb4aaed3c51650d88f38d38a Mon Sep 17 00:00:00 2001 From: Ramakrishna Pallala Date: Tue, 18 Sep 2018 11:53:14 +0530 Subject: [PATCH] soc: arm: nrf52: Select the supported Power States Select the Low Power States supported by nrf52 SoC series. Signed-off-by: Ramakrishna Pallala --- soc/arm/nordic_nrf/nrf52/Kconfig.series | 3 +++ 1 file changed, 3 insertions(+) diff --git a/soc/arm/nordic_nrf/nrf52/Kconfig.series b/soc/arm/nordic_nrf/nrf52/Kconfig.series index 1732c8eef2a..5c8ad8415d9 100644 --- a/soc/arm/nordic_nrf/nrf52/Kconfig.series +++ b/soc/arm/nordic_nrf/nrf52/Kconfig.series @@ -14,7 +14,10 @@ config SOC_SERIES_NRF52X select CLOCK_CONTROL select CLOCK_CONTROL_NRF5 select SYS_POWER_LOW_POWER_STATE_SUPPORTED + select SYS_POWER_STATE_CPU_LPS_SUPPORTED + select SYS_POWER_STATE_CPU_LPS_1_SUPPORTED select SYS_POWER_DEEP_SLEEP_SUPPORTED + select SYS_POWER_STATE_DEEP_SLEEP_SUPPORTED select XIP select HAS_CMSIS select HAS_NRFX