soc: microchip: mec5: Disable PM in mec174x, mec175x, and mech172x

We disable power management by removing select HAS_PM. At this time
these new SoC do not have any power management code. With HAS_PM
selected the zephyr test runner will choose PM tests which fail to
build.  PM support will be enabled in the future once we decide
which of the many Zephyr PM implementations we will support.

Signed-off-by: Scott Worley <scott.worley@microchip.com>
This commit is contained in:
Scott Worley 2025-03-13 19:30:29 -04:00 committed by Anas Nashif
commit beab500c42
3 changed files with 0 additions and 3 deletions

View file

@ -11,7 +11,6 @@ config SOC_SERIES_MEC174X
select CPU_HAS_ARM_MPU
select HAS_SWO
select HAS_MEC5_HAL
select HAS_PM
select SOC_PREP_HOOK
if SOC_SERIES_MEC174X

View file

@ -11,7 +11,6 @@ config SOC_SERIES_MEC175X
select CPU_HAS_ARM_MPU
select HAS_SWO
select HAS_MEC5_HAL
select HAS_PM
select SOC_PREP_HOOK
if SOC_SERIES_MEC175X

View file

@ -11,7 +11,6 @@ config SOC_SERIES_MECH172X
select CPU_HAS_ARM_MPU
select HAS_SWO
select HAS_MEC5_HAL
select HAS_PM
select SOC_PREP_HOOK
if SOC_SERIES_MECH172X