2018-07-07 23:21:17 +08:00
|
|
|
# Kconfig - DesignWare ARC EM Starter Kit board configuration
|
|
|
|
#
|
|
|
|
# Copyright (c) 2016 Synopsys, Inc. All rights reserved.
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
#
|
|
|
|
config BOARD_NSIM_EM
|
|
|
|
bool "ARC EM Nsim simulator"
|
|
|
|
depends on SOC_NSIM
|
|
|
|
help
|
|
|
|
The DesignWare ARC Nsim EM board is a virtual board based on
|
2018-08-08 05:03:09 +08:00
|
|
|
nsim simulator. It's used to show the ARC EM core features.
|
|
|
|
It just has a console based on hostlink feature of nsim simulator.
|