Skip to content

Commit e8fa893

Browse files
committed
board: enable 64 bits timestamp support on intel platforms
TGL, TGL-H and ACE platforms will use 64 bits timestamp. Signed-off-by: Rander Wang <rander.wang@intel.com>
1 parent 74b9c88 commit e8fa893

4 files changed

Lines changed: 4 additions & 0 deletions

File tree

app/boards/intel_adsp_ace15_mtpm.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,3 +90,4 @@ CONFIG_DEBUG_COREDUMP_MEMORY_DUMP_MIN=y
9090

9191
CONFIG_PROBE=y
9292
CONFIG_PROBE_DMA_MAX=2
93+
CONFIG_LOG_TIMESTAMP_64BIT=y

app/boards/intel_adsp_ace20_lnl.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,4 @@ CONFIG_COMP_KPB=y
7575
CONFIG_COMP_ARIA=y
7676
CONFIG_CLOCK_CONTROL_ADSP=y
7777
CONFIG_CLOCK_CONTROL=y
78+
CONFIG_LOG_TIMESTAMP_64BIT=y

app/boards/intel_adsp_cavs25.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,4 @@ CONFIG_DMA_DW_FIFO_PARTITION=y
7575
CONFIG_DMA_INTEL_ADSP_GPDMA_HAS_LLP=y
7676

7777
CONFIG_HEAP_MEM_POOL_SIZE=8192
78+
CONFIG_LOG_TIMESTAMP_64BIT=y

app/boards/intel_adsp_cavs25_tgph.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,4 @@ CONFIG_DMA_DW_FIFO_PARTITION=y
7474
CONFIG_DMA_INTEL_ADSP_GPDMA_HAS_LLP=y
7575

7676
CONFIG_HEAP_MEM_POOL_SIZE=8192
77+
CONFIG_LOG_TIMESTAMP_64BIT=y

0 commit comments

Comments
 (0)