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:61

Included via Kconfig:10Kconfig.zephyr:23arch/Kconfig:16

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.)