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	select SOC_EMSK
8	select SOC_EMSK_EM7D if BOARD_EM_STARTERKIT_EMSK_EM7D
9	select SOC_EMSK_EM9D if BOARD_EM_STARTERKIT_EMSK_EM9D
10	select SOC_EMSK_EM11D if BOARD_EM_STARTERKIT_EMSK_EM11D
11	help
12	  The DesignWare ARC EM Starter Kit board is a board
13	  that can host up to 3 different SOC FPGA bit files.
14	  Both version 2.2 and 2.3 firmware have EM7D, EM9D and EM11D configurations.
15	  EM9D using CCM memories and is a Harvard Architecture.
16	  EM7D and EM11D have access to 128MB DRAM and use i-cache and d-cache.
17	  EM7D of EMSK 2.3 supports secure mode.
18