CONFIG_BOARD_NSIM

ARC nSIM simulator

Type: bool

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.

Direct dependencies

SOC_NSIM && <choice: Board Selection>

(Includes any dependencies from ifs and menus.)

Symbols selected by this symbol

Kconfig definition

At <Zephyr>/boards/arc/nsim/Kconfig.board:6

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:27<Zephyr>/boards/Kconfig:22

Menu path: (Top) → Board Selection

config BOARD_NSIM
    bool "ARC nSIM simulator"
    select HAS_COVERAGE_SUPPORT
    depends on SOC_NSIM && <choice>
    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.)