Skip to content

Commit 05ac98d

Browse files
committed
app: boards: intel_adsp: Switch to dynamic debug slot API
Zephyr has support for dynamic debug slot management to replace the currently used wild-west style debug slot "allocation" Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
1 parent cf2cf37 commit 05ac98d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

app/boards/intel_adsp/Kconfig.defconfig

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,3 +170,10 @@ config LOG_TIMESTAMP_64BIT
170170

171171
config ZTEST
172172
default SOF_BOOT_TEST_SUPPORTED && SOF_BOOT_TEST_ALLOWED
173+
174+
# Zephyr / debug slot manager
175+
# ----------------------------------------
176+
177+
config INTEL_ADSP_DEBUG_SLOT_MANAGER
178+
default y
179+

0 commit comments

Comments
 (0)