mirror of https://github.com/thesofproject/sof.git
mtl: power: enabling zephyr power manager
Enabling zephyr power management functionalities for meteorlake board. Signed-off-by: Tomasz Leman <tomasz.m.leman@intel.com>
This commit is contained in:
parent
a340fdf1ad
commit
7628908d0d
|
@ -10,6 +10,10 @@ CONFIG_COMP_SRC=y
|
|||
|
||||
CONFIG_COMP_SRC_IPC4_FULL_MATRIX=y
|
||||
|
||||
# power settings
|
||||
CONFIG_PM=y
|
||||
CONFIG_PM_POLICY_CUSTOM=y
|
||||
|
||||
# enable Zephyr drivers
|
||||
CONFIG_ZEPHYR_NATIVE_DRIVERS=y
|
||||
CONFIG_DAI=y
|
||||
|
@ -54,10 +58,8 @@ CONFIG_INTEL_ADSP_IPC=y
|
|||
|
||||
# Temporary disabled options
|
||||
CONFIG_TRACE=n
|
||||
CONFIG_PM=n
|
||||
CONFIG_PM_DEVICE=y
|
||||
CONFIG_PM_DEVICE_RUNTIME=y
|
||||
CONFIG_PM_DEVICE_POWER_DOMAIN=n
|
||||
CONFIG_PM_POLICY_CUSTOM=n
|
||||
CONFIG_COMP_KPB=n
|
||||
|
||||
|
|
Loading…
Reference in New Issue