# Silicon Labs EFR32MG21 (Might Gecko) series configuration options | |
# Copyright (c) 2020 TriaGnoSys GmbH | |
# SPDX-License-Identifier: Apache-2.0 | |
if SOC_SERIES_EFR32MG21 | |
config SOC_SERIES | |
default "efr32mg21" | |
config SOC_PART_NUMBER | |
default "EFR32MG21A020F1024IM32" if SOC_PART_NUMBER_EFR32MG21A020F1024IM32 | |
config NUM_IRQS | |
int | |
# must be >= the highest interrupt number used | |
default 61 | |
source "soc/arm/silabs_exx32/efr32mg21/Kconfig.defconfig.efr32mg21" | |
endif # SOC_SERIES_EFR32MG21 |