From beab500c421bad918f7fdcaee0a587bc63b1b573 Mon Sep 17 00:00:00 2001 From: Scott Worley Date: Thu, 13 Mar 2025 19:30:29 -0400 Subject: [PATCH] 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 --- soc/microchip/mec/mec174x/Kconfig | 1 - soc/microchip/mec/mec175x/Kconfig | 1 - soc/microchip/mec/mech172x/Kconfig | 1 - 3 files changed, 3 deletions(-) diff --git a/soc/microchip/mec/mec174x/Kconfig b/soc/microchip/mec/mec174x/Kconfig index eeb77525d72..037a0e5989e 100644 --- a/soc/microchip/mec/mec174x/Kconfig +++ b/soc/microchip/mec/mec174x/Kconfig @@ -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 diff --git a/soc/microchip/mec/mec175x/Kconfig b/soc/microchip/mec/mec175x/Kconfig index 5670fe72540..80278e8513c 100644 --- a/soc/microchip/mec/mec175x/Kconfig +++ b/soc/microchip/mec/mec175x/Kconfig @@ -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 diff --git a/soc/microchip/mec/mech172x/Kconfig b/soc/microchip/mec/mech172x/Kconfig index d58d267e9cc..3ab0dec2c7d 100644 --- a/soc/microchip/mec/mech172x/Kconfig +++ b/soc/microchip/mec/mech172x/Kconfig @@ -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