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.)

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"
    depends on SOC_NSIM && <choice: Board Selection>
    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.)