1# Copyright (c) 2019 Lemonbeat GmbH
2# SPDX-License-Identifier: Apache-2.0
3
4if SOC_SERIES_EFM32JG12B
5
6config NUM_IRQS
7	# must be >= the highest interrupt number used
8	default 50
9
10endif
11