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 <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2023-10-25 12:05:21 +00:00 committed by Maureen Helm
parent f7f800c957
commit 51f6c4269b
2 changed files with 1 additions and 6 deletions

View file

@ -2,3 +2,4 @@ CONFIG_STDOUT_CONSOLE=y
CONFIG_PRINTK=y
CONFIG_PS2=y
CONFIG_PM_DEVICE=y
CONFIG_PM=y

View file

@ -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