Hello,
I'm developing an application that requires Power Management, and I recently updated to nRF Connect SDK 2.5.0. When I compile, I receive the following error message.:
warning: PM (defined at soc/arm/microchip_mec/mec172x/Kconfig.defconfig.series:36, soc/arm/silabs_exx32/efr32bg22/Kconfig.defconfig.series:18, soc/arm/silabs_exx32/efr32bg27/Kconfig.defconfig.series:18, soc/arm/silabs_exx32/efr32mg24/Kconfig.defconfig.series:19, subsys/pm/Kconfig:13) was assigned the value 'y' but got the value 'n'. Check these unsatisfied dependencies: (SOC_SERIES_MEC172X || (SOC_SERIES_EFR32BG22 && SOC_FAMILY_EXX32) || (SOC_SERIES_EFR32BG27 && SOC_FAMILY_EXX32) || (SOC_SERIES_EFR32MG24 && SOC_FAMILY_EXX32) || (SYS_CLOCK_EXISTS && HAS_PM)) (=n). See http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_PM and/or look up PM in the menuconfig/guiconfig interface. The Application Development Primer, Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be helpful too.
It's important to note that I'm using a custom board, which is very similar to the nRF52833 DK. I attempted to compile the 'device_pm' sample with SDK 2.5.0 for the nRF52833 DK board, but I encountered the same warning error.
Is there any way to solve this problem with an overlay or extra Kconfig?
Greetings.