21 lines
460 B
Plaintext
21 lines
460 B
Plaintext
# EFM32WG series configuration options
|
|
|
|
# Copyright (c) 2018 Diego Sueiro
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if SOC_SERIES_EFR32MG12P
|
|
|
|
config SOC_SERIES
|
|
default "efr32mg12p"
|
|
|
|
config SOC_PART_NUMBER
|
|
default "EFR32MG12P332F1024GL125" if SOC_PART_NUMBER_EFR32MG12P332F1024GL125
|
|
|
|
config NUM_IRQS
|
|
# must be >= the highest interrupt number used
|
|
default 49
|
|
|
|
source "soc/arm/silabs_exx32/efr32mg12p/Kconfig.defconfig.efr32mg12p"
|
|
|
|
endif # SOC_SERIES_EFR32MG12P
|