1# EFM32PG STK3401A board
2
3# Copyright (c) 2020, Rafael Dias Menezes <rdmeneze@gmail.com>
4# SPDX-License-Identifier: Apache-2.0
5
6config BOARD_EFM32PG_STK3401A
7 bool "SiLabs EFM32PG-STK3401A (Pearl Gecko)"
8 depends on SOC_SERIES_EFM32PG1B
9 select SOC_PART_NUMBER_EFM32PG1B200F256GM48
10