Ports the SoC configuration to hardware model version 2 Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
16 lines
320 B
Plaintext
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
|