-
CONFIG_XTENSA_XTSC_INC
¶
Xtensa XTSC extension include file
Type: string
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.
Defaults¶
No defaults. Implicitly defaults to the empty string.
Kconfig definition¶
At boards/xtensa/xt-sim/Kconfig:6
Included via Kconfig:10
→ Kconfig.zephyr:23
→ arch/Kconfig:14
→ boards/Kconfig:26
Menu path: (top menu) → Board Options
config XTENSA_XTSC_INC string prompt "Xtensa XTSC extension include file" ifSIMULATOR_XTENSA
depends onSIMULATOR_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.
(Definitions include propagated dependencies, including from if’s and menus.)