1# Copyright (c) 2024 Synopsys, Inc.
2# SPDX-License-Identifier: Apache-2.0
3
4if SOC_SERIES_RMX
5
6config RISCV_SOC_INTERRUPT_INIT
7	default y
8
9config MULTI_LEVEL_INTERRUPTS
10	default n
11
12config NUM_IRQS
13	default 18
14
15config RISCV_PMP
16	default y
17
18config PMP_SLOTS
19	default 16
20
21endif # SOC_SERIES_RMX
22