CONFIG_SIMULATOR_XTENSA¶
Simulator Configuration
Type: bool
Help¶
Specify if the board configuration should be treated as a simulator.
Defaults¶
No defaults. Implicitly defaults to n.
Kconfig definition¶
At <Zephyr Architecture>/xtensa/Kconfig:24
Included via Kconfig:8 → Kconfig.zephyr:39 → <Zephyr Architecture>/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.)