1# Copyright (c) 2024 Nordic Semiconductor ASA
2# SPDX-License-Identifier: Apache-2.0
3
4if SOC_NRF9280_CPUPPR
5
6config NUM_IRQS
7	default 496
8
9config SYS_CLOCK_TICKS_PER_SEC
10	default 1000
11
12config RV_BOOT_HART
13	default 13 if SOC_NRF9230_ENGB
14
15# As FLPR has limited memory most of tests does not fit with asserts enabled.
16config ASSERT
17	default n
18
19endif # SOC_NRF9280_CPUPPR
20