From 6c2fc7fe2449acfac06950e215d65004026481f8 Mon Sep 17 00:00:00 2001 From: Leandro Lanzieri Date: Thu, 9 Jul 2020 11:27:43 +0200 Subject: [PATCH] boards/common/arduino-due: Add Kconfig symbols --- boards/common/arduino-due/Kconfig | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 boards/common/arduino-due/Kconfig diff --git a/boards/common/arduino-due/Kconfig b/boards/common/arduino-due/Kconfig new file mode 100644 index 0000000000..8e8f67fd5c --- /dev/null +++ b/boards/common/arduino-due/Kconfig @@ -0,0 +1,19 @@ +# 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_COMMON_ARDUINO_DUE + bool + select CPU_MODEL_SAM3X8E + select HAS_ARDUINO + select HAS_PERIPH_ADC + select HAS_PERIPH_DAC + select HAS_PERIPH_GPIO + select HAS_PERIPH_GPIO_IRQ + select HAS_PERIPH_PWM + select HAS_PERIPH_RTT + select HAS_PERIPH_SPI + select HAS_PERIPH_TIMER + select HAS_PERIPH_UART