Add backend for the xtensa simulator. Fixes #10164 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
22 lines
372 B
Text
22 lines
372 B
Text
# Kconfig - 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
|
|
string
|
|
default "sample_controller"
|
|
|
|
config IRQ_OFFLOAD_INTNUM
|
|
default 7
|
|
|
|
config XTENSA_ASM2
|
|
default y
|
|
|
|
config LOG_BACKEND_XTENSA_SIM
|
|
default LOG
|
|
|
|
endif
|