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.

Direct dependencies

SIMULATOR_XTENSA

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to the empty string.

Kconfig definition

At boards/xtensa/xt-sim/Kconfig:6

Included via Kconfig:10Kconfig.zephyr:23arch/Kconfig:14boards/Kconfig:26

Menu path: (top menu) → Board Options

config XTENSA_XTSC_INC
    string
    prompt "Xtensa XTSC extension include file" if SIMULATOR_XTENSA
    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.

(Definitions include propagated dependencies, including from if’s and menus.)