1# Copyright (c) 2019 Synopsys, Inc. All rights reserved.
2# SPDX-License-Identifier: Apache-2.0
3
4if SOC_ARC_EMSDP
5
6config SOC
7	default "snps_emsdp"
8
9config NUM_IRQ_PRIO_LEVELS
10	# This processor supports 4 priority levels:
11	# 0 for Fast Interrupts (FIRQs) and 1-3 for Regular Interrupts (IRQs).
12	default 4
13
14source "soc/arc/snps_emsdp/Kconfig.defconfig.em4"
15source "soc/arc/snps_emsdp/Kconfig.defconfig.em5d"
16source "soc/arc/snps_emsdp/Kconfig.defconfig.em6"
17source "soc/arc/snps_emsdp/Kconfig.defconfig.em7d"
18source "soc/arc/snps_emsdp/Kconfig.defconfig.em7d_esp"
19source "soc/arc/snps_emsdp/Kconfig.defconfig.em9d"
20source "soc/arc/snps_emsdp/Kconfig.defconfig.em11d"
21
22
23endif # SOC_ARC_EMSDP
24