1# DesignWare ARC nSIM simulated platform configuration 2 3# Copyright (c) 2016, 2019 Synopsys, Inc. All rights reserved. 4# SPDX-License-Identifier: Apache-2.0 5 6config BOARD_NSIM 7 bool "ARC nSIM simulator" 8 depends on SOC_NSIM 9 select HAS_COVERAGE_SUPPORT 10 help 11 The DesignWare ARC nSIM board is a virtual board based on 12 the ARC nSIM simulator. It demonstrates the ARC core features 13 and a console based on the ns16550 UART model. 14