:orphan: .. title:: BOARD_XT_SIM .. option:: CONFIG_BOARD_XT_SIM *Xtensa Development ISS* Type: ``bool`` Direct dependencies =================== \ :option:`SIMULATOR_XTENSA ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== .. highlight:: kconfig At ``boards/xtensa/xt-sim/Kconfig.board:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``boards/Kconfig:22`` Menu path: (Top) → Board Selection .. parsed-literal:: config BOARD_XT_SIM bool "Xtensa Development ISS" depends on \ :option:`SIMULATOR_XTENSA ` && \ :ref:` ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*