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
|
@ -13,7 +13,4 @@ config SOC_TOOLCHAIN_NAME
|
||||||
string
|
string
|
||||||
default "sample_controller"
|
default "sample_controller"
|
||||||
|
|
||||||
config LOG_BACKEND_XTENSA_SIM
|
|
||||||
default LOG
|
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
|
@ -219,6 +219,7 @@ endif # LOG_BACKEND_NATIVE_POSIX
|
||||||
config LOG_BACKEND_XTENSA_SIM
|
config LOG_BACKEND_XTENSA_SIM
|
||||||
bool "Xtensa simulator backend"
|
bool "Xtensa simulator backend"
|
||||||
depends on SOC_XTENSA_SAMPLE_CONTROLLER || SOC_FAMILY_INTEL_ADSP
|
depends on SOC_XTENSA_SAMPLE_CONTROLLER || SOC_FAMILY_INTEL_ADSP
|
||||||
|
default y if SOC_XTENSA_SAMPLE_CONTROLLER
|
||||||
help
|
help
|
||||||
Enable backend in xtensa simulator
|
Enable backend in xtensa simulator
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue