The EFM32 Wonder Gecko Starter Kit contains sensors and peripherals demonstarting the usage of the EFM32WG MCU family. This patch add basic support for this board. Signed-off-by: Christian Taedcke <hacking@taedcke.com> Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
11 lines
264 B
Text
11 lines
264 B
Text
# Kconfig - EFM32WG STK3800 board
|
|
#
|
|
# Copyright (c) 2017, Christian Taedcke
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
config BOARD_EFM32WG_STK3800
|
|
bool "SiLabs EFM32WG-STK3800 (Wonder Gecko)"
|
|
depends on SOC_SERIES_EFM32WG
|
|
select SOC_PART_NUMBER_EFM32WG990F256
|