The latest development version of this page may be more current than this released 2.7.5 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 ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At arch/xtensa/Kconfig:24

Included via Kconfig:8Kconfig.zephyr:39arch/Kconfig:12

Menu path: (Top) → XTENSA Options

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

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)