mirror of https://github.com/thesofproject/sof.git
app: intel_adsp_ace30_ptl.conf: enable CONFIG_COUNTER
A new definition has been added, which is crucial for the proper execution of the test test_102_08_extended_time_check. This definition ensures the correct operation of the basefw_get_ext_system_time() function. Signed-off-by: Grzegorz Bernat <grzegorzx.bernat@intel.com>
This commit is contained in:
parent
b86f19a480
commit
054e6ca918
|
@ -43,6 +43,7 @@ CONFIG_SOF_LOG_LEVEL_INF=y
|
|||
CONFIG_ZEPHYR_LOG=y
|
||||
|
||||
# Zephyr / OS features
|
||||
CONFIG_COUNTER=y
|
||||
CONFIG_HEAP_MEM_POOL_SIZE=8192
|
||||
CONFIG_L3_HEAP=y
|
||||
|
||||
|
|
Loading…
Reference in New Issue