blob: 33fe5a913abd49ba423f251f2312b13ae7fe8652 [file] [log] [blame]
# EFM32PG12B series configuration options
# Copyright (c) 2018 Christian Taedcke
# SPDX-License-Identifier: Apache-2.0
if SOC_SERIES_EFM32PG12B
config SOC_SERIES
default "efm32pg12b"
config SOC_PART_NUMBER
default "EFM32PG12B500F1024GL125" if SOC_PART_NUMBER_EFM32PG12B500F1024GL125
config NUM_IRQS
# must be >= the highest interrupt number used
default 50
endif # SOC_SERIES_EFM32PG12B