zephyr/soc/xtensa/sample_controller/Kconfig.defconfig
Anas Nashif 08253db46b xtensa: set toolchain variant per SoC
The toolchain variant per SoC is not always the soc name, so set this
per SoC and use this in the SDK instead of hardcoding the soc name.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2020-12-20 14:30:50 -05:00

23 lines
386 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"
config IRQ_OFFLOAD_INTNUM
default 7
config LOG_BACKEND_XTENSA_SIM
default LOG
endif