:orphan: .. title:: SIMULATOR_XTENSA .. option:: CONFIG_SIMULATOR_XTENSA *Simulator Configuration* Type: ``bool`` Help ==== Specify if the board configuration should be treated as a simulator. Direct dependencies =================== \ :option:`XTENSA ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``arch/xtensa/Kconfig:24`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:29`` → ``arch/Kconfig:12`` Menu path: (Top) → XTENSA Options .. parsed-literal:: config SIMULATOR_XTENSA bool "Simulator Configuration" depends on \ :option:`XTENSA ` help Specify if the board configuration should be treated as a simulator. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*