CONFIG_BOARD_NSIM_EM

ARC EM Nsim simulator

Type: bool

Help

The DesignWare ARC Nsim EM board is a virtual board based on nsim simulator. It’s used to show the ARC EM core features. It just has a console based on hostlink feature of nsim simulator.

Direct dependencies

SOC_NSIM && <choice: Board Selection>

(Includes any dependencies from if’s and menus.)

Symbols selected by this symbol

Kconfig definition

At boards/arc/nsim_em/Kconfig.board:7

Included via Kconfig:10Kconfig.zephyr:23arch/Kconfig:14boards/Kconfig:20

Menu path: (top menu) → Board Selection

config BOARD_NSIM_EM
    bool
    prompt "ARC EM Nsim simulator" if SOC_NSIM && <choice: Board Selection>
    select HAS_DTS if SOC_NSIM && <choice: Board Selection>
    depends on SOC_NSIM && <choice: Board Selection>
    help
      The DesignWare ARC Nsim EM board is a virtual board based on
      nsim simulator. It's used to show the ARC EM core features.
      It just has a console based on hostlink feature of nsim simulator.

(Definitions include propagated dependencies, including from if’s and menus.)