1# DesignWare ARC EM Starter Kit board configuration
2
3# Copyright (c) 2016 Synopsys, Inc. All rights reserved.
4# SPDX-License-Identifier: Apache-2.0
5
6config BOARD_EM_STARTERKIT
7	bool "ARC EM Starter Kit"
8	depends on SOC_EMSK
9	help
10	  The DesignWare ARC EM Starter Kit board is a board
11	  that can host up to 3 different SOC FPGA bit files.
12	  Both version 2.2 and 2.3 firmware have EM7D, EM9D and EM11D configurations.
13	  EM9D using CCM memories and is a Harvard Architecture.
14	  EM7D and EM11D have access to 128MB DRAM and use i-cache and d-cache.
15	  EM7D of EMSK 2.3 supports secure mode.
16