zephyr/soc/arm/silabs_exx32/efm32pg1b/Kconfig.defconfig.series

21 lines
479 B
Plaintext

# EFM32PG1B series configuration options
# Copyright (c) 2020 Rafael Dias Menezes <rdmeneze@gmail.com>
# SPDX-License-Identifier: Apache-2.0
if SOC_SERIES_EFM32PG1B
config SOC_SERIES
default "efm32pg1b"
config SOC_PART_NUMBER
default "EFM32PG1B200F256GM48" if SOC_PART_NUMBER_EFM32PG1B200F256GM48
config NUM_IRQS
# must be >= the highest interrupt number used
default 34
source "soc/arm/silabs_exx32/efm32pg1b/Kconfig.defconfig.efm32pg1b"
endif # SOC_SERIES_EFM32PG1B