Browse Source

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>
pull/64467/head
Anas Nashif 2 years ago committed by Maureen Helm
parent
commit
51f6c4269b
  1. 1
      samples/drivers/ps2/prj.conf
  2. 6
      soc/arm/microchip_mec/mec172x/Kconfig.defconfig.series

1
samples/drivers/ps2/prj.conf

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

6
soc/arm/microchip_mec/mec172x/Kconfig.defconfig.series

@ -33,10 +33,4 @@ config PS2_XEC @@ -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

Loading…
Cancel
Save