From 172c9e8066d0a5b12aa5b1b811176d94bf7b6d7e Mon Sep 17 00:00:00 2001
From: Kaspar Schleiser <kaspar@schleiser.de>
Date: Sat, 9 Sep 2017 15:05:01 +0200
Subject: [PATCH] boards: mulle: always select periph_rtt

---
 boards/mulle/Makefile.dep | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/boards/mulle/Makefile.dep b/boards/mulle/Makefile.dep
index 800e7978c2..fe3cb539a2 100644
--- a/boards/mulle/Makefile.dep
+++ b/boards/mulle/Makefile.dep
@@ -12,6 +12,9 @@ USEMODULE += nvram
 USEMODULE += devfs
 USEMODULE += mtd_spi_nor
 
+# mulle always uses it's rtt
+USEMODULE += periph_rtt
+
 ifneq (,$(filter saul_default,$(USEMODULE)))
   USEMODULE += saul_gpio
   USEMODULE += saul_adc
-- 
GitLab