14 lines
453 B
Plaintext
14 lines
453 B
Plaintext
|
# 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
|
||
|
select HAS_DTS
|
||
|
help
|
||
|
The DesignWare ARC Nsim EM board is a virtual board based on
|
||
|
nsim simulator. It's used to show the ARC EM core feuatures.
|
||
|
It just has a console based on hostlink feature of nsim simulator
|