2017-01-13 21:47:57 +08:00
|
|
|
# Kconfig - XTENSA board configuration
|
|
|
|
#
|
|
|
|
# Copyright (c) 2016 Cadence Design Systems, Inc.
|
2017-01-25 07:10:39 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2017-01-13 21:47:57 +08:00
|
|
|
|
|
|
|
config XTENSA_XTSC_INC
|
|
|
|
string "Xtensa XTSC extension include file"
|
|
|
|
depends on SIMULATOR_XTENSA
|
|
|
|
help
|
|
|
|
If you want to use xtsc-run with an extended core, then you can put here the
|
|
|
|
path to the include file of the extension model. This path can either be
|
|
|
|
absolute or relative to the execution directory.
|