zephyr/soc/xtensa
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
..
esp32 pm: remove unnecessary __weak from pm_state_set/pm_exit_post_ops 2023-07-20 10:33:00 +00:00
esp32_net soc: kconfig: Add config for ESP32 family 2023-04-19 17:12:26 +02:00
esp32s2 pm: remove unnecessary __weak from pm_state_set/pm_exit_post_ops 2023-07-20 10:33:00 +00:00
esp32s3 drivers: pinctrl: esp32xx: allow internal loopback 2023-06-22 08:13:36 +00:00
intel_adsp soc: xtensa: intel_adsp: cavs: fix PM hooks guards 2023-07-20 10:33:00 +00:00
nxp_adsp soc/xtensa/nxp_adsp/CMakeLists.txt: use new WEST_SIGN_OPTS variable 2023-07-13 14:19:26 +02:00
sample_controller
CMakeLists.txt