1# Copyright (c) 2019 Synopsys, Inc. All rights reserved.
2# SPDX-License-Identifier: Apache-2.0
3
4if SOC_ARC_EMSDP
5
6config NUM_IRQ_PRIO_LEVELS
7	# This processor supports 4 priority levels:
8	# 0 for Fast Interrupts (FIRQs) and 1-3 for Regular Interrupts (IRQs).
9	default 4
10
11rsource "Kconfig.defconfig.*"
12
13endif # SOC_ARC_EMSDP
14