commit | beab500c421bad918f7fdcaee0a587bc63b1b573 | [log] [tgz] |
---|---|---|
author | Scott Worley <scott.worley@microchip.com> | Thu Mar 13 19:30:29 2025 -0400 |
committer | Anas Nashif <anas.nashif@intel.com> | Mon Mar 17 20:58:52 2025 -0400 |
tree | c573cc3638866639d615fb1c1e76124ec4bb8c6d | |
parent | e808ccf0131faf0227e841cbe99c6abbb8a48d62 [diff] |
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 <scott.worley@microchip.com>