1# EFM32WG series configuration options
2
3# Copyright (c) 2017 Christian Taedcke
4# SPDX-License-Identifier: Apache-2.0
5
6if SOC_SERIES_EFM32WG
7
8config NUM_IRQS
9	# must be >= the highest interrupt number used
10	default 39
11
12endif # SOC_SERIES_EFM32WG
13