soc: xtensa: sample_controller: Cleanup backend config
Removing backend config from board Kconfig.defconfig and moving it to xtensa_sim backend configuration in logging. Without this change define persisted even when logging was not using backends and that impacted what is compiled in. Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
This commit is contained in:
parent
54ca1b36d7
commit
f7b44a36f8
2 changed files with 1 additions and 3 deletions
|
@ -219,6 +219,7 @@ endif # LOG_BACKEND_NATIVE_POSIX
|
|||
config LOG_BACKEND_XTENSA_SIM
|
||||
bool "Xtensa simulator backend"
|
||||
depends on SOC_XTENSA_SAMPLE_CONTROLLER || SOC_FAMILY_INTEL_ADSP
|
||||
default y if SOC_XTENSA_SAMPLE_CONTROLLER
|
||||
help
|
||||
Enable backend in xtensa simulator
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue