blob: cb47bf677b2b805cc6e4e97bf3a07b2b1660104a [file] [log] [blame]
# 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
endif # SOC_SERIES_EFR32FG1P