From 51f6c4269b24a07273d2bd8161c84fe6313d7a43 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Wed, 25 Oct 2023 12:05:21 +0000 Subject: [PATCH] soc: microchip_mec: do not enable PM in soc PM should not be enabled by default at the soc level. This is an application decision and not a platform decision whether to enable or disable PM features. Enabling PM by default will result in descripencies and test scope and failures in tests that do not account for PM being enabled. Fixes #60359 Signed-off-by: Anas Nashif --- samples/drivers/ps2/prj.conf | 1 + soc/arm/microchip_mec/mec172x/Kconfig.defconfig.series | 6 ------ 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/samples/drivers/ps2/prj.conf b/samples/drivers/ps2/prj.conf index 743787bd855..182a536650f 100644 --- a/samples/drivers/ps2/prj.conf +++ b/samples/drivers/ps2/prj.conf @@ -2,3 +2,4 @@ CONFIG_STDOUT_CONSOLE=y CONFIG_PRINTK=y CONFIG_PS2=y CONFIG_PM_DEVICE=y +CONFIG_PM=y diff --git a/soc/arm/microchip_mec/mec172x/Kconfig.defconfig.series b/soc/arm/microchip_mec/mec172x/Kconfig.defconfig.series index afee2b8a59b..d23de11262d 100644 --- a/soc/arm/microchip_mec/mec172x/Kconfig.defconfig.series +++ b/soc/arm/microchip_mec/mec172x/Kconfig.defconfig.series @@ -33,10 +33,4 @@ config PS2_XEC default y depends on PS2 -config PM - default y if SYS_CLOCK_EXISTS - -config PM_DEVICE - default n - endif # SOC_SERIES_MEC172X