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