1# Nordic Semiconductor nRF54 L05, L10 and L15 MCUs
2
3# Copyright (c) 2024 Nordic Semiconductor ASA
4# SPDX-License-Identifier: Apache-2.0
5
6if SOC_NRF54L05_CPUFLPR || SOC_NRF54L10_CPUFLPR || SOC_NRF54L15_CPUFLPR
7
8config NUM_IRQS
9	default 287
10
11# As FLPR has limited memory most of tests does not fit with asserts enabled.
12config ASSERT
13	default n
14
15endif # SOC_NRF54L05_CPUFLPR || SOC_NRF54L10_CPUFLPR || SOC_NRF54L15_CPUFLPR
16