Skip to content

Commit d48a0dc

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 72eb8ef commit d48a0dc

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
@@ -91,3 +91,4 @@ CONFIG_DEBUG_COREDUMP_MEMORY_DUMP_MIN=y
9191

9292
CONFIG_PROBE=y
9393
CONFIG_PROBE_DMA_MAX=2
94+
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
@@ -76,3 +76,4 @@ CONFIG_COMP_KPB=y
7676
CONFIG_COMP_ARIA=y
7777
CONFIG_CLOCK_CONTROL_ADSP=y
7878
CONFIG_CLOCK_CONTROL=y
79+
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)