1# EFM32PG1B series configuration options 2 3# Copyright (c) 2020 Rafael Dias Menezes <rdmeneze@gmail.com> 4# SPDX-License-Identifier: Apache-2.0 5 6if SOC_SERIES_EFM32PG1B 7 8config SOC_SERIES 9 default "efm32pg1b" 10 11config SOC_PART_NUMBER 12 default "EFM32PG1B200F256GM48" if SOC_PART_NUMBER_EFM32PG1B200F256GM48 13 14config NUM_IRQS 15 # must be >= the highest interrupt number used 16 default 34 17 18endif # SOC_SERIES_EFM32PG1B 19