Skip to content

Commit 0187fc5

Browse files
kv2019ilgirdwood
authored andcommitted
app: boards: intel: remove redundant Linux log format config
Drop the CONFIG_LOG_OUTPUT_FORMAT_LINUX_TIMESTAMP=y setting from Intel board files as this settings is now the project default. Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
1 parent d5149ce commit 0187fc5

6 files changed

Lines changed: 0 additions & 6 deletions

app/boards/intel_adsp_ace15_mtpm.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,5 @@ CONFIG_PM_DEVICE_RUNTIME_ASYNC=n
8484
# Zephyr / logging
8585
CONFIG_LOG_BACKEND_ADSP=n
8686
CONFIG_LOG_BACKEND_SOF_PROBE=n
87-
CONFIG_LOG_OUTPUT_FORMAT_LINUX_TIMESTAMP=y
8887
CONFIG_WINSTREAM_CONSOLE=n
8988
CONFIG_LOG_FLUSH_SLEEP_US=5000

app/boards/intel_adsp_ace20_lnl.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,5 @@ CONFIG_PM_DEVICE_RUNTIME_ASYNC=n
6161

6262
# Zephyr / logging
6363
CONFIG_LOG_BACKEND_ADSP=n
64-
CONFIG_LOG_OUTPUT_FORMAT_LINUX_TIMESTAMP=y
6564
CONFIG_WINSTREAM_CONSOLE=n
6665
CONFIG_LOG_FLUSH_SLEEP_US=5000

app/boards/intel_adsp_ace30_ptl.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ CONFIG_PM_DEVICE_RUNTIME_ASYNC=n
6565
# Zephyr / logging
6666
CONFIG_LOG_BACKEND_ADSP=n
6767
CONFIG_LOG_FLUSH_SLEEP_US=5000
68-
CONFIG_LOG_OUTPUT_FORMAT_LINUX_TIMESTAMP=y
6968
CONFIG_WINSTREAM_CONSOLE=n
7069

7170
# Userspace options

app/boards/intel_adsp_ace30_wcl.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,4 @@ CONFIG_PM_DEVICE_RUNTIME_ASYNC=n
6161
# Zephyr / logging
6262
CONFIG_LOG_BACKEND_ADSP=n
6363
CONFIG_LOG_FLUSH_SLEEP_US=5000
64-
CONFIG_LOG_OUTPUT_FORMAT_LINUX_TIMESTAMP=y
6564
CONFIG_WINSTREAM_CONSOLE=n

app/boards/intel_adsp_cavs25.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,5 @@ CONFIG_LOG_FUNC_NAME_PREFIX_ERR=y
5353
CONFIG_LOG_FUNC_NAME_PREFIX_WRN=y
5454
CONFIG_LOG_FUNC_NAME_PREFIX_INF=y
5555
CONFIG_LOG_FUNC_NAME_PREFIX_DBG=y
56-
CONFIG_LOG_OUTPUT_FORMAT_LINUX_TIMESTAMP=y
5756
CONFIG_LOG_TIMESTAMP_64BIT=y
5857
CONFIG_WINSTREAM_CONSOLE=n

app/boards/intel_adsp_cavs25_tgph.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,5 @@ CONFIG_LOG_FUNC_NAME_PREFIX_ERR=y
5555
CONFIG_LOG_FUNC_NAME_PREFIX_WRN=y
5656
CONFIG_LOG_FUNC_NAME_PREFIX_INF=y
5757
CONFIG_LOG_FUNC_NAME_PREFIX_DBG=y
58-
CONFIG_LOG_OUTPUT_FORMAT_LINUX_TIMESTAMP=y
5958
CONFIG_LOG_TIMESTAMP_64BIT=y
6059
CONFIG_WINSTREAM_CONSOLE=n

0 commit comments

Comments
 (0)