From 992cd496b6d59ce55acfba5f4c12cb90508dfad1 Mon Sep 17 00:00:00 2001 From: Leandro Lanzieri Date: Mon, 29 Jun 2020 14:01:44 +0200 Subject: [PATCH] boards/slwstk6220a: Add Kconfig symbols --- boards/slwstk6220a/Kconfig | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 boards/slwstk6220a/Kconfig diff --git a/boards/slwstk6220a/Kconfig b/boards/slwstk6220a/Kconfig new file mode 100644 index 0000000000..a9cacc99c3 --- /dev/null +++ b/boards/slwstk6220a/Kconfig @@ -0,0 +1,15 @@ +# Copyright (c) 2020 HAW Hamburg +# +# This file is subject to the terms and conditions of the GNU Lesser +# General Public License v2.1. See the file LICENSE in the top level +# directory for more details. + +config BOARD + default "slwstk6220a" if BOARD_SLWSTK6220A + +config BOARD_SLWSTK6220A + bool + default y + select CPU_MODEL_EZR32WG330F256R60 + select HAS_PERIPH_TIMER + select HAS_PERIPH_UART