prj.conf FILE SHOWING ERROR

CONFIG_PM=y
CONFIG_PM_DEVICE=y
CONFIG_PM_DEVICE_RUNTIME=y
CONFIG_PM_STATS=y
CONFIG_STATS=y
CONFIG_CAF_POWER_MANAGER=y
SOME OF THE CONFIGURATIONS AFTER ASSIGNING "Y" IS showing in "build:N"....can you explain what the issue is?
Parents Reply
  • 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.


    warning: PM_STATS (defined at subsys/pm/Kconfig:28) was assigned the value 'y' but got the value
    'n'. Check these unsatisfied dependencies: PM (=n). See
    docs.zephyrproject.org/.../kconfig.html and/or look up PM_STATS 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.


    THIS IS THE ERROR REPORT FOR THE FOLLOWING

Children
Related