1# DesignWare ARC EM Software Development Platform board configuration
2
3# Copyright (c) 2019 Synopsys, Inc. All rights reserved.
4# SPDX-License-Identifier: Apache-2.0
5
6config BOARD_EMSDP
7	select SOC_ARC_EMSDP
8	select SOC_EMSDP_EM4 if BOARD_EMSDP_EMSDP_EM4
9	select SOC_EMSDP_EM5D if BOARD_EMSDP_EMSDP_EM5D
10	select SOC_EMSDP_EM6 if BOARD_EMSDP_EMSDP_EM6
11	select SOC_EMSDP_EM7D if BOARD_EMSDP_EMSDP_EM7D
12	select SOC_EMSDP_EM7D_ESP if BOARD_EMSDP_EMSDP_EM7D_ESP
13	select SOC_EMSDP_EM9D if BOARD_EMSDP_EMSDP_EM9D
14	select SOC_EMSDP_EM11D if BOARD_EMSDP_EMSDP_EM11D
15	help
16	  The ARC EM Software Development Platform (emsdp) is an FPGA based
17	  development platform intended to support ARC licenses in developing
18	  their software for the ARC EM processor family and ARC EM Subsystems.
19	  It has the support for ARC EM4, EM5D, EM6, EM7D, EM9D and EM11D
20	  processors. ARC EM Enhanced Security Package (ESP) and ARC EM
21	  Subsystems (DFSS, SCSS, DSS) are also supported.
22