Loading...
# Copyright (c) 2019 Synopsys, Inc. All rights reserved. # SPDX-License-Identifier: Apache-2.0 if SOC_ARC_EMSDP config SOC default "snps_emsdp" config NUM_IRQ_PRIO_LEVELS # This processor supports 4 priority levels: # 0 for Fast Interrupts (FIRQs) and 1-3 for Regular Interrupts (IRQs). default 4 config NUM_IRQS # must be > the highest interrupt number used default 128 source "__KEEPKCONFIG__B" source "__KEEPKCONFIG__C" source "__KEEPKCONFIG__D" source "__KEEPKCONFIG__E" source "__KEEPKCONFIG__F" source "__KEEPKCONFIG__G" source "__KEEPKCONFIG__H" endif # SOC_ARC_EMSDP |