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