:orphan: .. title:: CONFIG_BOARD_NSIM .. kconfig:: CONFIG_BOARD_NSIM CONFIG_BOARD_NSIM ################# *ARC nSIM simulator* Type: ``bool`` Help ==== .. code-block:: none The DesignWare ARC nSIM board is a virtual board based on the ARC nSIM simulator. It demonstrates the ARC core features and a console based on the ns16550 UART model. Direct dependencies =================== \ :kconfig:`SOC_NSIM ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Symbols selected by this symbol =============================== - \ :kconfig:`HAS_COVERAGE_SUPPORT ` Kconfig definition ================== At ``/arc/nsim/Kconfig.board:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:37`` → ``/Kconfig:29`` Menu path: (Top) → Board Selection .. code-block:: kconfig config BOARD_NSIM bool "ARC nSIM simulator" select HAS_COVERAGE_SUPPORT depends on SOC_NSIM && help The DesignWare ARC nSIM board is a virtual board based on the ARC nSIM simulator. It demonstrates the ARC core features and a console based on the ns16550 UART model. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*