From 173b15b69065f849d47e08480d171469abcb22b6 Mon Sep 17 00:00:00 2001 From: Leandro Lanzieri Date: Wed, 8 Jul 2020 19:44:21 +0200 Subject: [PATCH] boards/seeeduino_arch-pro: Add Kconfig symbols --- boards/seeeduino_arch-pro/Kconfig | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 boards/seeeduino_arch-pro/Kconfig diff --git a/boards/seeeduino_arch-pro/Kconfig b/boards/seeeduino_arch-pro/Kconfig new file mode 100644 index 0000000000..88ab4d0d3d --- /dev/null +++ b/boards/seeeduino_arch-pro/Kconfig @@ -0,0 +1,17 @@ +# 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 "seeeduino_arch-pro" if BOARD_SEEEDUINO_ARCH_PRO + +config BOARD_SEEEDUINO_ARCH_PRO + bool + default y + select CPU_MODEL_LPC1768 + select HAS_PERIPH_GPIO + select HAS_PERIPH_GPIO_IRQ + select HAS_PERIPH_TIMER + select HAS_PERIPH_UART