Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions soc/intel/intel_adsp/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,6 @@ config XTENSA_UNCACHED_REGION

endif # XTENSA_RPO_CACHE

config CONSOLE
def_bool y

if CONSOLE
config WINSTREAM_CONSOLE
def_bool y
endif

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lyakh Not sure these are unused. I think these are the primary logging method used in Intel Zephyr CI. @anasnashif @teburd do you know if this will break something on the on-device tests?

config CACHE_MANAGEMENT
def_bool y

Expand Down
7 changes: 0 additions & 7 deletions soc/intel/intel_adsp/ace/Kconfig.defconfig.series
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,6 @@ config INTEL_ADSP_TIMER
config DYNAMIC_INTERRUPTS
default y

if LOG

config LOG_BACKEND_ADSP
default y

endif # LOG

if KERNEL_VM_SUPPORT

config KERNEL_VM_SIZE
Expand Down
7 changes: 0 additions & 7 deletions soc/intel/intel_adsp/cavs/Kconfig.defconfig.series
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,6 @@ config 2ND_LEVEL_INTERRUPTS
config DYNAMIC_INTERRUPTS
default y

if LOG

config LOG_BACKEND_ADSP
default y

endif # LOG

if GDBSTUB

# GDB expects 420 byte G-packet, so double for hexadecimal digits.
Expand Down