commit | 51f6c4269b24a07273d2bd8161c84fe6313d7a43 | [log] [tgz] |
---|---|---|
author | Anas Nashif <anas.nashif@intel.com> | Wed Oct 25 12:05:21 2023 +0000 |
committer | Maureen Helm <maureen.helm@analog.com> | Thu Oct 26 12:28:18 2023 -0500 |
tree | 81a259696ceb09965ec4bcc7cea9b39e31477a06 | |
parent | f7f800c95749754c718ce5f70df8d09998833b0b [diff] |
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>