warning: PM (defined at soc/arm/microchip_mec\mec172x\Kconfig.defconfig.series:36 is occured after upgrading SDK 2.5.0 from SDK 2.3.0

After upgrading SDK 2.5.0 from SDK 2.3.0

Follwing worning messages are printed in console while compiling.

C:\Windows\system32\cmd.exe /d /s /c "west build --build-dir d:/Source/Nordic/myproj/build_se d:/Source/Nordic/myproj --pristine --board myproj_nrf5340_cpuapp --no-sysbuild -- -DNCS_TOOLCHAIN_VERSION:STRING="NONE" -DBOARD_ROOT:STRING="d:/source/nordic/myproj" -DCONFIG_SIZE_OPTIMIZATIONS:STRING="y" -DCONF_FILE:STRING="d:/Source/Nordic/myproj/prj.conf""

-- west build: generating a build system
Loading Zephyr default modules (Zephyr base).
-- Application: D:/Source/myproj
-- CMake version: 3.20.5
-- Found Python3: D:/Source/Nordic/toolchains/c57af46cb7/opt/bin/python.exe (found suitable version "3.8.2", minimum required is "3.8") found components: Interpreter
-- Cache files will be written to: D:/Source/Nordic/v2.5.0/zephyr/.cache
-- Zephyr version: 3.4.99 (D:/Source/Nordic/v2.5.0/zephyr)
-- Found west (found suitable version "1.1.0", minimum required is "0.14.0")
-- Board: myproj_nrf5340_cpuapp
-- Found host-tools: zephyr 0.16.1 (D:/Source/Nordic/toolchains/c57af46cb7/opt/zephyr-sdk)
-- Found toolchain: zephyr 0.16.1 (D:/Source/Nordic/toolchains/c57af46cb7/opt/zephyr-sdk)
-- Found Dtc: D:/Source/Nordic/toolchains/c57af46cb7/opt/bin/dtc.exe (found suitable version "1.4.7", minimum required is "1.4.6")
-- Found BOARD.dts: D:/Source/Nordic/myproj/boards/arm/myproj_nrf5340/myproj_nrf5340_cpuapp.dts
-- Generated zephyr.dts: D:/Source/Nordic/myproj/build_se/zephyr/zephyr.dts
-- Generated devicetree_generated.h: D:/Source/Nordic/myproj/build_se/zephyr/include/generated/devicetree_generated.h
-- Including generated dts.cmake file: D:/Source/Nordic/myproj/build_se/zephyr/dts.cmake

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
docs.zephyrproject.org/.../kconfig.html 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.

Related