blob: e3ee8b072772119af0822256b2813b04b4277dac [file] [log] [blame]
# Kconfig - EFR32FG1P series configuration options
#
# Copyright (c) 2018 Christian Taedcke
#
# SPDX-License-Identifier: Apache-2.0
#
if SOC_SERIES_EFR32FG1P
config SOC_SERIES
default "efr32fg1p"
config SOC_PART_NUMBER
default "EFR32FG1P133F256GM48" if SOC_PART_NUMBER_EFR32FG1P133F256GM48
config NUM_IRQS
# must be >= the highest interrupt number used
default 33
source "soc/arm/silabs_exx32/efr32fg1p/Kconfig.defconfig.efr32fg1p"
endif # SOC_SERIES_EFR32FG1P