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>
17 lines
304 B
Plaintext
17 lines
304 B
Plaintext
# XTENSA board configuration
|
|
|
|
# Copyright (c) 2016 Open-RnD Sp. z o.o.
|
|
# Copyright (c) 2016 Cadence Design Systems, Inc.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if SOC_XTENSA_SAMPLE_CONTROLLER
|
|
|
|
config SOC
|
|
default "sample_controller"
|
|
|
|
config SOC_TOOLCHAIN_NAME
|
|
string
|
|
default "sample_controller"
|
|
|
|
endif
|