zephyr/soc/xtensa/intel_adsp
Gerard Marull-Paretas f603061938 soc: xtensa: intel_adsp: cavs: fix PM hooks guards
The PM hooks were guarded with CONFIG_PM_POLICY_CUSTOM, however, they
need to be guarded (if file is always compiled) with CONFIG_PM. In fact,
CONFIG_PM_POLICY_CUSTOM requires to implement a custom policy hook,
something this module did not provide.

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
2023-07-20 10:33:00 +00:00
..
ace pm: remove unnecessary __weak from pm_state_set/pm_exit_post_ops 2023-07-20 10:33:00 +00:00
cavs soc: xtensa: intel_adsp: cavs: fix PM hooks guards 2023-07-20 10:33:00 +00:00
common intel_adsp: remove deprecated cache macros 2023-06-23 11:14:08 -04:00
tools
CMakeLists.txt
Kconfig soc: intel_adsp: use abstracted arch APIs for cache ops 2023-04-26 07:31:22 -04:00
Kconfig.defconfig soc: intel_adsp: use abstracted arch APIs for cache ops 2023-04-26 07:31:22 -04:00
Kconfig.soc