1# Silicon Labs EFR32MG21 (Might Gecko) series configuration options
2
3# Copyright (c) 2020 TriaGnoSys GmbH
4# SPDX-License-Identifier: Apache-2.0
5
6if SOC_SERIES_EFR32MG21
7
8config SOC_SERIES
9	default "efr32mg21"
10
11config SOC_PART_NUMBER
12	default "EFR32MG21A020F1024IM32" if SOC_PART_NUMBER_EFR32MG21A020F1024IM32
13
14config NUM_IRQS
15	int
16	# must be >= the highest interrupt number used
17	default 61
18
19source "soc/arm/silabs_exx32/efr32mg21/Kconfig.defconfig.efr32mg21"
20
21endif # SOC_SERIES_EFR32MG21
22