1# EFM32PG1B (Pearl Gecko) MCU line 2 3# Copyright (c) 2018 Christian Taedcke 4# SPDX-License-Identifier: Apache-2.0 5 6config SOC_SERIES_EFM32PG1B 7 bool 8 select SOC_FAMILY_SILABS_S1 9 help 10 EFM32PG1B Series MCU 11 12config SOC_PART_NUMBER_EFM32PG1B200F256GM48 13 bool 14 select SOC_SERIES_EFM32PG1B 15 16config SOC_SERIES 17 default "efm32pg1b" if SOC_SERIES_EFM32PG1B 18 19config SOC 20 default "efm32pg1b200f256gm48" if SOC_PART_NUMBER_EFM32PG1B200F256GM48 21 22config SOC_PART_NUMBER 23 default "EFM32PG1B200F256GM48" if SOC_PART_NUMBER_EFM32PG1B200F256GM48 24