-
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.)
Kconfig definition¶
At boards/arc/nsim_em/Kconfig.board:7
Included via Kconfig:10
→ Kconfig.zephyr:25
→ boards/Kconfig:21
Menu path: (top menu) → Board Selection
config BOARD_NSIM_EM bool prompt "ARC EM Nsim simulator" ifSOC_NSIM
&& <choice: Board Selection> depends onSOC_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.)