From b555cb0eb1c6b0043918c06c28807eab47d8d740 Mon Sep 17 00:00:00 2001 From: Leandro Lanzieri Date: Thu, 2 Jul 2020 10:33:17 +0200 Subject: [PATCH] boards/mulle: Add Kconfig symbols --- boards/mulle/Kconfig | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 boards/mulle/Kconfig diff --git a/boards/mulle/Kconfig b/boards/mulle/Kconfig new file mode 100644 index 0000000000..ea7e536aad --- /dev/null +++ b/boards/mulle/Kconfig @@ -0,0 +1,22 @@ +# 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 "mulle" if BOARD_MULLE + +config BOARD_MULLE + bool + default y + select CPU_MODEL_MK60DN512VLL10 + select HAS_PERIPH_ADC + select HAS_PERIPH_DAC + select HAS_PERIPH_I2C + select HAS_PERIPH_PWM + select HAS_PERIPH_RTC + select HAS_PERIPH_RTT + select HAS_PERIPH_SPI + select HAS_PERIPH_TIMER + select HAS_PERIPH_UART