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 <Zephyr>/arch/xtensa/Kconfig:24

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:29<Zephyr>/arch/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.)