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