The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_SIMULATOR_XTENSA

Simulator Configuration

Type: bool

Help

Specify if the board configuration should be treated as a simulator.

Direct dependencies

XTENSA

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

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At arch/xtensa/Kconfig:50

Included via Kconfig:10Kconfig.zephyr:29arch/Kconfig:15

Menu path: (top menu) → XTENSA Options

config SIMULATOR_XTENSA
    bool
    prompt "Simulator Configuration" if XTENSA
    depends on XTENSA
    help
      Specify if the board configuration should be treated as a simulator.

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