diff --git a/boards/common/nrf52xxxdk/Makefile.dep b/boards/common/nrf52xxxdk/Makefile.dep
index 5472bf8b8d8fd463a18815c0f10e5d348f90fe51..09f460dcc6367499130caacccca64e86f39454b8 100644
--- a/boards/common/nrf52xxxdk/Makefile.dep
+++ b/boards/common/nrf52xxxdk/Makefile.dep
@@ -1,3 +1,7 @@
 ifneq (,$(filter saul_default,$(USEMODULE)))
   USEMODULE += saul_gpio
 endif
+
+ifneq (,$(filter skald,$(USEMODULE)))
+  USEMODULE += nrfble
+endif