Files
zephyr/soc/silabs/exx32/efr32mg21/Kconfig.defconfig
Jamie McCrae 1dc9a8aa17 soc: silabs_exx32: Port to HWMv2
Ports the SoC configuration to hardware model version 2

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
2024-03-01 15:50:07 +01:00

16 lines
320 B
Plaintext

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